public class StructuredEncryption
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StructuredEncryption.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
StructuredEncryption(software.amazon.cryptography.dbencryptionsdk.structuredencryption.StructuredEncryption.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static StructuredEncryption.Builder |
builder() |
DecryptPathStructureOutput |
DecryptPathStructure(DecryptPathStructureInput input) |
DecryptStructureOutput |
DecryptStructure(DecryptStructureInput input) |
EncryptPathStructureOutput |
EncryptPathStructure(EncryptPathStructureInput input) |
EncryptStructureOutput |
EncryptStructure(EncryptStructureInput input) |
protected IStructuredEncryptionClient |
impl() |
ResolveAuthActionsOutput |
ResolveAuthActions(ResolveAuthActionsInput input) |
protected StructuredEncryption(software.amazon.cryptography.dbencryptionsdk.structuredencryption.StructuredEncryption.BuilderImpl builder)
public static StructuredEncryption.Builder builder()
public DecryptPathStructureOutput DecryptPathStructure(DecryptPathStructureInput input)
public DecryptStructureOutput DecryptStructure(DecryptStructureInput input)
public EncryptPathStructureOutput EncryptPathStructure(EncryptPathStructureInput input)
public EncryptStructureOutput EncryptStructure(EncryptStructureInput input)
public ResolveAuthActionsOutput ResolveAuthActions(ResolveAuthActionsInput input)
protected IStructuredEncryptionClient impl()