Uses of Class
software.amazon.awssdk.services.kms.model.AlreadyExistsException
Packages that use AlreadyExistsException
-
Uses of AlreadyExistsException in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that throw AlreadyExistsExceptionModifier and TypeMethodDescriptiondefault 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.