public class StructuredDataTerminal
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StructuredDataTerminal.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
StructuredDataTerminal(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.StructuredDataTerminal.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static StructuredDataTerminal.Builder |
builder() |
StructuredDataTerminal.Builder |
toBuilder() |
java.nio.ByteBuffer |
typeId() |
java.nio.ByteBuffer |
value() |
protected StructuredDataTerminal(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.StructuredDataTerminal.BuilderImpl builder)
public java.nio.ByteBuffer value()
public java.nio.ByteBuffer typeId()
public StructuredDataTerminal.Builder toBuilder()
public static StructuredDataTerminal.Builder builder()