public class DecryptMaterialsOutput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DecryptMaterialsOutput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
DecryptMaterialsOutput(software.amazon.cryptography.materialproviders.model.DecryptMaterialsOutput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static DecryptMaterialsOutput.Builder |
builder() |
DecryptionMaterials |
decryptionMaterials() |
DecryptMaterialsOutput.Builder |
toBuilder() |
protected DecryptMaterialsOutput(software.amazon.cryptography.materialproviders.model.DecryptMaterialsOutput.BuilderImpl builder)
public DecryptionMaterials decryptionMaterials()
public DecryptMaterialsOutput.Builder toBuilder()
public static DecryptMaterialsOutput.Builder builder()