Uses of Class
software.amazon.awssdk.services.kms.model.MultiRegionKey
-
Packages that use MultiRegionKey Package Description software.amazon.awssdk.services.kms.model -
-
Uses of MultiRegionKey in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return MultiRegionKey Modifier and Type Method Description MultiRegionKeyMultiRegionConfiguration. primaryKey()Displays the key ARN and Region of the primary key.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type MultiRegionKey Modifier and Type Method Description List<MultiRegionKey>MultiRegionConfiguration. replicaKeys()displays the key ARNs and Regions of all replica keys.Methods in software.amazon.awssdk.services.kms.model with parameters of type MultiRegionKey Modifier and Type Method Description MultiRegionConfiguration.BuilderMultiRegionConfiguration.Builder. primaryKey(MultiRegionKey primaryKey)Displays the key ARN and Region of the primary key.MultiRegionConfiguration.BuilderMultiRegionConfiguration.Builder. replicaKeys(MultiRegionKey... replicaKeys)displays the key ARNs and Regions of all replica keys.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type MultiRegionKey Modifier and Type Method Description MultiRegionConfiguration.BuilderMultiRegionConfiguration.Builder. replicaKeys(Collection<MultiRegionKey> replicaKeys)displays the key ARNs and Regions of all replica keys.
-