| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
MultiRegionKey |
MultiRegionConfiguration.primaryKey()
Displays the key ARN and Region of the primary key.
|
| Modifier and Type | Method and Description |
|---|---|
List<MultiRegionKey> |
MultiRegionConfiguration.replicaKeys()
displays the key ARNs and Regions of all replica keys.
|
| Modifier and Type | Method and Description |
|---|---|
MultiRegionConfiguration.Builder |
MultiRegionConfiguration.Builder.primaryKey(MultiRegionKey primaryKey)
Displays the key ARN and Region of the primary key.
|
MultiRegionConfiguration.Builder |
MultiRegionConfiguration.Builder.replicaKeys(MultiRegionKey... replicaKeys)
displays the key ARNs and Regions of all replica keys.
|
| Modifier and Type | Method and Description |
|---|---|
MultiRegionConfiguration.Builder |
MultiRegionConfiguration.Builder.replicaKeys(Collection<MultiRegionKey> replicaKeys)
displays the key ARNs and Regions of all replica keys.
|
Copyright © 2023. All rights reserved.