| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
MultiRegionKey |
MultiRegionKey.clone() |
MultiRegionKey |
MultiRegionConfiguration.getPrimaryKey()
Displays the key ARN and Region of the primary key.
|
MultiRegionKey |
MultiRegionKey.withArn(String arn)
Displays the key ARN of a primary or replica key of a multi-Region key.
|
MultiRegionKey |
MultiRegionKey.withRegion(String region)
Displays the Amazon Web Services Region of a primary or replica key in a multi-Region key.
|
| Modifier and Type | Method and Description |
|---|---|
List<MultiRegionKey> |
MultiRegionConfiguration.getReplicaKeys()
displays the key ARNs and Regions of all replica keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiRegionConfiguration.setPrimaryKey(MultiRegionKey primaryKey)
Displays the key ARN and Region of the primary key.
|
MultiRegionConfiguration |
MultiRegionConfiguration.withPrimaryKey(MultiRegionKey primaryKey)
Displays the key ARN and Region of the primary key.
|
MultiRegionConfiguration |
MultiRegionConfiguration.withReplicaKeys(MultiRegionKey... replicaKeys)
displays the key ARNs and Regions of all replica keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiRegionConfiguration.setReplicaKeys(Collection<MultiRegionKey> replicaKeys)
displays the key ARNs and Regions of all replica keys.
|
MultiRegionConfiguration |
MultiRegionConfiguration.withReplicaKeys(Collection<MultiRegionKey> replicaKeys)
displays the key ARNs and Regions of all replica keys.
|
Copyright © 2022. All rights reserved.