public class EncryptStructureOutput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
EncryptStructureOutput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
EncryptStructureOutput(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.EncryptStructureOutput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static EncryptStructureOutput.Builder |
builder() |
StructuredData |
encryptedStructure() |
ParsedHeader |
parsedHeader() |
EncryptStructureOutput.Builder |
toBuilder() |
protected EncryptStructureOutput(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.EncryptStructureOutput.BuilderImpl builder)
public StructuredData encryptedStructure()
public ParsedHeader parsedHeader()
public EncryptStructureOutput.Builder toBuilder()
public static EncryptStructureOutput.Builder builder()