Uses of Class
software.amazon.awssdk.services.kms.model.AlreadyExistsException
-
Packages that use AlreadyExistsException Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of AlreadyExistsException in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that throw AlreadyExistsException Modifier and Type Method Description default CreateAliasResponseKmsClient. createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)Creates a friendly name for a KMS key.default CreateAliasResponseKmsClient. createAlias(CreateAliasRequest createAliasRequest)Creates a friendly name for a KMS key.default ReplicateKeyResponseKmsClient. replicateKey(Consumer<ReplicateKeyRequest.Builder> replicateKeyRequest)Replicates a multi-Region key into the specified Region.default ReplicateKeyResponseKmsClient. replicateKey(ReplicateKeyRequest replicateKeyRequest)Replicates a multi-Region key into the specified Region.
-