public class CompoundBeacon
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CompoundBeacon.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
CompoundBeacon(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.CompoundBeacon.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static CompoundBeacon.Builder |
builder() |
java.util.List<Constructor> |
constructors() |
java.util.List<EncryptedPart> |
encrypted() |
java.lang.String |
name() |
java.util.List<SignedPart> |
signed() |
java.lang.String |
split() |
CompoundBeacon.Builder |
toBuilder() |
protected CompoundBeacon(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.CompoundBeacon.BuilderImpl builder)
public java.lang.String name()
public java.lang.String split()
public java.util.List<EncryptedPart> encrypted()
public java.util.List<SignedPart> signed()
public java.util.List<Constructor> constructors()
public CompoundBeacon.Builder toBuilder()
public static CompoundBeacon.Builder builder()