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