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