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