| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
MultiRegionConfiguration |
MultiRegionConfiguration.clone() |
MultiRegionConfiguration |
KeyMetadata.getMultiRegionConfiguration()
Lists the primary and replica keys in same multi-Region key.
|
MultiRegionConfiguration |
MultiRegionConfiguration.withMultiRegionKeyType(MultiRegionKeyType multiRegionKeyType)
Indicates whether the KMS key is a
PRIMARY or REPLICA key. |
MultiRegionConfiguration |
MultiRegionConfiguration.withMultiRegionKeyType(String multiRegionKeyType)
Indicates whether the KMS key is a
PRIMARY or REPLICA key. |
MultiRegionConfiguration |
MultiRegionConfiguration.withPrimaryKey(MultiRegionKey primaryKey)
Displays the key ARN and Region of the primary key.
|
MultiRegionConfiguration |
MultiRegionConfiguration.withReplicaKeys(Collection<MultiRegionKey> replicaKeys)
displays the key ARNs and Regions of all replica keys.
|
MultiRegionConfiguration |
MultiRegionConfiguration.withReplicaKeys(MultiRegionKey... replicaKeys)
displays the key ARNs and Regions of all replica keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyMetadata.setMultiRegionConfiguration(MultiRegionConfiguration multiRegionConfiguration)
Lists the primary and replica keys in same multi-Region key.
|
KeyMetadata |
KeyMetadata.withMultiRegionConfiguration(MultiRegionConfiguration multiRegionConfiguration)
Lists the primary and replica keys in same multi-Region key.
|
Copyright © 2023. All rights reserved.