public class CryptoItem
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CryptoItem.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
CryptoItem(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.CryptoItem.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
CryptoAction |
action() |
static CryptoItem.Builder |
builder() |
StructuredDataTerminal |
data() |
java.util.List<PathSegment> |
key() |
CryptoItem.Builder |
toBuilder() |
protected CryptoItem(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.CryptoItem.BuilderImpl builder)
public java.util.List<PathSegment> key()
public StructuredDataTerminal data()
public CryptoAction action()
public CryptoItem.Builder toBuilder()
public static CryptoItem.Builder builder()