public class OnDecryptInput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
OnDecryptInput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
OnDecryptInput(software.amazon.cryptography.materialproviders.model.OnDecryptInput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static OnDecryptInput.Builder |
builder() |
java.util.List<EncryptedDataKey> |
encryptedDataKeys() |
DecryptionMaterials |
materials() |
OnDecryptInput.Builder |
toBuilder() |
protected OnDecryptInput(software.amazon.cryptography.materialproviders.model.OnDecryptInput.BuilderImpl builder)
public DecryptionMaterials materials()
public java.util.List<EncryptedDataKey> encryptedDataKeys()
public OnDecryptInput.Builder toBuilder()
public static OnDecryptInput.Builder builder()