Uses of Class
software.amazon.awssdk.services.kms.model.MultiRegionKey
Packages that use MultiRegionKey
-
Uses of MultiRegionKey in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return MultiRegionKeyModifier and TypeMethodDescriptionfinal 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 MultiRegionKeyModifier and TypeMethodDescriptionfinal 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 MultiRegionKeyModifier and TypeMethodDescriptionMultiRegionConfiguration.Builder.primaryKey(MultiRegionKey primaryKey) Displays the key ARN and Region of the primary key.MultiRegionConfiguration.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 MultiRegionKeyModifier and TypeMethodDescriptionMultiRegionConfiguration.Builder.replicaKeys(Collection<MultiRegionKey> replicaKeys) displays the key ARNs and Regions of all replica keys.