| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static WrappedKeyMaterialFormat |
WrappedKeyMaterialFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static WrappedKeyMaterialFormat |
WrappedKeyMaterialFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrappedKeyMaterialFormat[] |
WrappedKeyMaterialFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WrappedKeyMaterialFormat |
WrappedKey.wrappedKeyMaterialFormat()
The key block format of a wrapped key.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WrappedKeyMaterialFormat> |
WrappedKeyMaterialFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WrappedKey.Builder |
WrappedKey.Builder.wrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)
The key block format of a wrapped key.
|
Copyright © 2023. All rights reserved.