| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
CustomKeyStoreType |
CustomKeyStoresListEntry.customKeyStoreType()
Indicates the type of the custom key store.
|
CustomKeyStoreType |
CreateCustomKeyStoreRequest.customKeyStoreType()
Specifies the type of custom key store.
|
static CustomKeyStoreType |
CustomKeyStoreType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CustomKeyStoreType |
CustomKeyStoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomKeyStoreType[] |
CustomKeyStoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CustomKeyStoreType> |
CustomKeyStoreType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.customKeyStoreType(CustomKeyStoreType customKeyStoreType)
Indicates the type of the custom key store.
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.customKeyStoreType(CustomKeyStoreType customKeyStoreType)
Specifies the type of custom key store.
|
Copyright © 2023. All rights reserved.