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