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