| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static MultiRegionKeyType |
MultiRegionKeyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MultiRegionKeyType |
MultiRegionConfiguration.multiRegionKeyType()
Indicates whether the KMS key is a
PRIMARY or REPLICA key. |
static MultiRegionKeyType |
MultiRegionKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiRegionKeyType[] |
MultiRegionKeyType.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<MultiRegionKeyType> |
MultiRegionKeyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MultiRegionConfiguration.Builder |
MultiRegionConfiguration.Builder.multiRegionKeyType(MultiRegionKeyType multiRegionKeyType)
Indicates whether the KMS key is a
PRIMARY or REPLICA key. |
Copyright © 2023. All rights reserved.