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