public class EncryptedDataKeyDescriptionOutput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
EncryptedDataKeyDescriptionOutput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
EncryptedDataKeyDescriptionOutput(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.EncryptedDataKeyDescriptionOutput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
branchKeyId() |
java.lang.String |
branchKeyVersion() |
static EncryptedDataKeyDescriptionOutput.Builder |
builder() |
java.lang.String |
keyProviderId() |
java.lang.String |
keyProviderInfo() |
EncryptedDataKeyDescriptionOutput.Builder |
toBuilder() |
protected EncryptedDataKeyDescriptionOutput(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.EncryptedDataKeyDescriptionOutput.BuilderImpl builder)
public java.lang.String keyProviderId()
public java.lang.String keyProviderInfo()
public java.lang.String branchKeyId()
public java.lang.String branchKeyVersion()
public EncryptedDataKeyDescriptionOutput.Builder toBuilder()
public static EncryptedDataKeyDescriptionOutput.Builder builder()