Package | Description |
---|---|
software.amazon.awssdk.services.kms |
|
software.amazon.awssdk.services.kms.model |
Modifier and Type | Method and Description |
---|---|
default CancelKeyDeletionResponse |
KmsClient.cancelKeyDeletion(CancelKeyDeletionRequest cancelKeyDeletionRequest)
Cancels the deletion of a KMS key.
|
default CancelKeyDeletionResponse |
KmsClient.cancelKeyDeletion(Consumer<CancelKeyDeletionRequest.Builder> cancelKeyDeletionRequest)
Cancels the deletion of a KMS key.
|
default ConnectCustomKeyStoreResponse |
KmsClient.connectCustomKeyStore(ConnectCustomKeyStoreRequest connectCustomKeyStoreRequest)
Connects or reconnects a custom key store
to its associated CloudHSM cluster.
|
default ConnectCustomKeyStoreResponse |
KmsClient.connectCustomKeyStore(Consumer<ConnectCustomKeyStoreRequest.Builder> connectCustomKeyStoreRequest)
Connects or reconnects a custom key store
to its associated CloudHSM cluster.
|
default CreateAliasResponse |
KmsClient.createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)
Creates a friendly name for a KMS key.
|
default CreateAliasResponse |
KmsClient.createAlias(CreateAliasRequest createAliasRequest)
Creates a friendly name for a KMS key.
|
default CreateCustomKeyStoreResponse |
KmsClient.createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest)
Creates a custom
key store that is associated with an CloudHSM cluster that you own and
manage.
|
default CreateCustomKeyStoreResponse |
KmsClient.createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)
Creates a custom
key store that is associated with an CloudHSM cluster that you own and
manage.
|
default CreateGrantResponse |
KmsClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)
Adds a grant to a KMS key.
|
default CreateGrantResponse |
KmsClient.createGrant(CreateGrantRequest createGrantRequest)
Adds a grant to a KMS key.
|
default CreateKeyResponse |
KmsClient.createKey()
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
default CreateKeyResponse |
KmsClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
default CreateKeyResponse |
KmsClient.createKey(CreateKeyRequest createKeyRequest)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
default DecryptResponse |
KmsClient.decrypt(Consumer<DecryptRequest.Builder> decryptRequest)
Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:
|
default DecryptResponse |
KmsClient.decrypt(DecryptRequest decryptRequest)
Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:
|
default DeleteAliasResponse |
KmsClient.deleteAlias(Consumer<DeleteAliasRequest.Builder> deleteAliasRequest)
Deletes the specified alias.
|
default DeleteAliasResponse |
KmsClient.deleteAlias(DeleteAliasRequest deleteAliasRequest)
Deletes the specified alias.
|
default DeleteCustomKeyStoreResponse |
KmsClient.deleteCustomKeyStore(Consumer<DeleteCustomKeyStoreRequest.Builder> deleteCustomKeyStoreRequest)
Deletes a custom
key store.
|
default DeleteCustomKeyStoreResponse |
KmsClient.deleteCustomKeyStore(DeleteCustomKeyStoreRequest deleteCustomKeyStoreRequest)
Deletes a custom
key store.
|
default DeleteImportedKeyMaterialResponse |
KmsClient.deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest)
Deletes key material that you previously imported.
|
default DeleteImportedKeyMaterialResponse |
KmsClient.deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest deleteImportedKeyMaterialRequest)
Deletes key material that you previously imported.
|
default DescribeCustomKeyStoresResponse |
KmsClient.describeCustomKeyStores()
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresResponse |
KmsClient.describeCustomKeyStores(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresResponse |
KmsClient.describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
default DescribeKeyResponse |
KmsClient.describeKey(Consumer<DescribeKeyRequest.Builder> describeKeyRequest)
Provides detailed information about a KMS key.
|
default DescribeKeyResponse |
KmsClient.describeKey(DescribeKeyRequest describeKeyRequest)
Provides detailed information about a KMS key.
|
default DisableKeyResponse |
KmsClient.disableKey(Consumer<DisableKeyRequest.Builder> disableKeyRequest)
Sets the state of a KMS key to disabled.
|
default DisableKeyResponse |
KmsClient.disableKey(DisableKeyRequest disableKeyRequest)
Sets the state of a KMS key to disabled.
|
default DisableKeyRotationResponse |
KmsClient.disableKeyRotation(Consumer<DisableKeyRotationRequest.Builder> disableKeyRotationRequest)
Disables automatic rotation of
the key material for the specified symmetric KMS key.
|
default DisableKeyRotationResponse |
KmsClient.disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest)
Disables automatic rotation of
the key material for the specified symmetric KMS key.
|
default DisconnectCustomKeyStoreResponse |
KmsClient.disconnectCustomKeyStore(Consumer<DisconnectCustomKeyStoreRequest.Builder> disconnectCustomKeyStoreRequest)
Disconnects the custom key store
from its associated CloudHSM cluster.
|
default DisconnectCustomKeyStoreResponse |
KmsClient.disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest disconnectCustomKeyStoreRequest)
Disconnects the custom key store
from its associated CloudHSM cluster.
|
default EnableKeyResponse |
KmsClient.enableKey(Consumer<EnableKeyRequest.Builder> enableKeyRequest)
Sets the key state of a KMS key to enabled.
|
default EnableKeyResponse |
KmsClient.enableKey(EnableKeyRequest enableKeyRequest)
Sets the key state of a KMS key to enabled.
|
default EnableKeyRotationResponse |
KmsClient.enableKeyRotation(Consumer<EnableKeyRotationRequest.Builder> enableKeyRotationRequest)
Enables automatic rotation of
the key material for the specified symmetric KMS key.
|
default EnableKeyRotationResponse |
KmsClient.enableKeyRotation(EnableKeyRotationRequest enableKeyRotationRequest)
Enables automatic rotation of
the key material for the specified symmetric KMS key.
|
default EncryptResponse |
KmsClient.encrypt(Consumer<EncryptRequest.Builder> encryptRequest)
Encrypts plaintext into ciphertext by using a KMS key.
|
default EncryptResponse |
KmsClient.encrypt(EncryptRequest encryptRequest)
Encrypts plaintext into ciphertext by using a KMS key.
|
default GenerateDataKeyResponse |
KmsClient.generateDataKey(Consumer<GenerateDataKeyRequest.Builder> generateDataKeyRequest)
Generates a unique symmetric data key for client-side encryption.
|
default GenerateDataKeyResponse |
KmsClient.generateDataKey(GenerateDataKeyRequest generateDataKeyRequest)
Generates a unique symmetric data key for client-side encryption.
|
default GenerateDataKeyPairResponse |
KmsClient.generateDataKeyPair(Consumer<GenerateDataKeyPairRequest.Builder> generateDataKeyPairRequest)
Generates a unique asymmetric data key pair.
|
default GenerateDataKeyPairResponse |
KmsClient.generateDataKeyPair(GenerateDataKeyPairRequest generateDataKeyPairRequest)
Generates a unique asymmetric data key pair.
|
default GenerateDataKeyPairWithoutPlaintextResponse |
KmsClient.generateDataKeyPairWithoutPlaintext(Consumer<GenerateDataKeyPairWithoutPlaintextRequest.Builder> generateDataKeyPairWithoutPlaintextRequest)
Generates a unique asymmetric data key pair.
|
default GenerateDataKeyPairWithoutPlaintextResponse |
KmsClient.generateDataKeyPairWithoutPlaintext(GenerateDataKeyPairWithoutPlaintextRequest generateDataKeyPairWithoutPlaintextRequest)
Generates a unique asymmetric data key pair.
|
default GenerateDataKeyWithoutPlaintextResponse |
KmsClient.generateDataKeyWithoutPlaintext(Consumer<GenerateDataKeyWithoutPlaintextRequest.Builder> generateDataKeyWithoutPlaintextRequest)
Generates a unique symmetric data key.
|
default GenerateDataKeyWithoutPlaintextResponse |
KmsClient.generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Generates a unique symmetric data key.
|
default GenerateRandomResponse |
KmsClient.generateRandom()
Returns a random byte string that is cryptographically secure.
|
default GenerateRandomResponse |
KmsClient.generateRandom(Consumer<GenerateRandomRequest.Builder> generateRandomRequest)
Returns a random byte string that is cryptographically secure.
|
default GenerateRandomResponse |
KmsClient.generateRandom(GenerateRandomRequest generateRandomRequest)
Returns a random byte string that is cryptographically secure.
|
default GetKeyPolicyResponse |
KmsClient.getKeyPolicy(Consumer<GetKeyPolicyRequest.Builder> getKeyPolicyRequest)
Gets a key policy attached to the specified KMS key.
|
default GetKeyPolicyResponse |
KmsClient.getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)
Gets a key policy attached to the specified KMS key.
|
default GetKeyRotationStatusResponse |
KmsClient.getKeyRotationStatus(Consumer<GetKeyRotationStatusRequest.Builder> getKeyRotationStatusRequest)
Gets a Boolean value that indicates whether automatic rotation of the key
material is enabled for the specified KMS key.
|
default GetKeyRotationStatusResponse |
KmsClient.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
Gets a Boolean value that indicates whether automatic rotation of the key
material is enabled for the specified KMS key.
|
default GetParametersForImportResponse |
KmsClient.getParametersForImport(Consumer<GetParametersForImportRequest.Builder> getParametersForImportRequest)
Returns the items you need to import key material into a symmetric, customer managed KMS key.
|
default GetParametersForImportResponse |
KmsClient.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Returns the items you need to import key material into a symmetric, customer managed KMS key.
|
default GetPublicKeyResponse |
KmsClient.getPublicKey(Consumer<GetPublicKeyRequest.Builder> getPublicKeyRequest)
Returns the public key of an asymmetric KMS key.
|
default GetPublicKeyResponse |
KmsClient.getPublicKey(GetPublicKeyRequest getPublicKeyRequest)
Returns the public key of an asymmetric KMS key.
|
default ImportKeyMaterialResponse |
KmsClient.importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest)
Imports key material into an existing symmetric KMS KMS key that was created without key material.
|
default ImportKeyMaterialResponse |
KmsClient.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest)
Imports key material into an existing symmetric KMS KMS key that was created without key material.
|
default ListAliasesResponse |
KmsClient.listAliases()
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListAliasesResponse |
KmsClient.listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListAliasesResponse |
KmsClient.listAliases(ListAliasesRequest listAliasesRequest)
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator()
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator(ListAliasesRequest listAliasesRequest)
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListGrantsResponse |
KmsClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default ListGrantsResponse |
KmsClient.listGrants(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default ListGrantsIterable |
KmsClient.listGrantsPaginator(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default ListGrantsIterable |
KmsClient.listGrantsPaginator(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default ListKeyPoliciesResponse |
KmsClient.listKeyPolicies(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a KMS key.
|
default ListKeyPoliciesResponse |
KmsClient.listKeyPolicies(ListKeyPoliciesRequest listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a KMS key.
|
default ListKeyPoliciesIterable |
KmsClient.listKeyPoliciesPaginator(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a KMS key.
|
default ListKeyPoliciesIterable |
KmsClient.listKeyPoliciesPaginator(ListKeyPoliciesRequest listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a KMS key.
|
default ListKeysResponse |
KmsClient.listKeys()
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListKeysResponse |
KmsClient.listKeys(Consumer<ListKeysRequest.Builder> listKeysRequest)
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListKeysResponse |
KmsClient.listKeys(ListKeysRequest listKeysRequest)
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator()
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator(Consumer<ListKeysRequest.Builder> listKeysRequest)
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator(ListKeysRequest listKeysRequest)
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListResourceTagsResponse |
KmsClient.listResourceTags(Consumer<ListResourceTagsRequest.Builder> listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
default ListResourceTagsResponse |
KmsClient.listResourceTags(ListResourceTagsRequest listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
default ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
default ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
default PutKeyPolicyResponse |
KmsClient.putKeyPolicy(Consumer<PutKeyPolicyRequest.Builder> putKeyPolicyRequest)
Attaches a key policy to the specified KMS key.
|
default PutKeyPolicyResponse |
KmsClient.putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a key policy to the specified KMS key.
|
default ReEncryptResponse |
KmsClient.reEncrypt(Consumer<ReEncryptRequest.Builder> reEncryptRequest)
Decrypts ciphertext and then reencrypts it entirely within KMS.
|
default ReEncryptResponse |
KmsClient.reEncrypt(ReEncryptRequest reEncryptRequest)
Decrypts ciphertext and then reencrypts it entirely within KMS.
|
default ReplicateKeyResponse |
KmsClient.replicateKey(Consumer<ReplicateKeyRequest.Builder> replicateKeyRequest)
Replicates a multi-Region key into the specified Region.
|
default ReplicateKeyResponse |
KmsClient.replicateKey(ReplicateKeyRequest replicateKeyRequest)
Replicates a multi-Region key into the specified Region.
|
default RetireGrantResponse |
KmsClient.retireGrant()
Deletes a grant.
|
default RetireGrantResponse |
KmsClient.retireGrant(Consumer<RetireGrantRequest.Builder> retireGrantRequest)
Deletes a grant.
|
default RetireGrantResponse |
KmsClient.retireGrant(RetireGrantRequest retireGrantRequest)
Deletes a grant.
|
default RevokeGrantResponse |
KmsClient.revokeGrant(Consumer<RevokeGrantRequest.Builder> revokeGrantRequest)
Deletes the specified grant.
|
default RevokeGrantResponse |
KmsClient.revokeGrant(RevokeGrantRequest revokeGrantRequest)
Deletes the specified grant.
|
default ScheduleKeyDeletionResponse |
KmsClient.scheduleKeyDeletion(Consumer<ScheduleKeyDeletionRequest.Builder> scheduleKeyDeletionRequest)
Schedules the deletion of a KMS key.
|
default ScheduleKeyDeletionResponse |
KmsClient.scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a KMS key.
|
default SignResponse |
KmsClient.sign(Consumer<SignRequest.Builder> signRequest)
Creates a digital signature for a message or
message digest by using the private key in an asymmetric KMS key.
|
default SignResponse |
KmsClient.sign(SignRequest signRequest)
Creates a digital signature for a message or
message digest by using the private key in an asymmetric KMS key.
|
default TagResourceResponse |
KmsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or edits tags on a customer managed key.
|
default TagResourceResponse |
KmsClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or edits tags on a customer managed key.
|
default UntagResourceResponse |
KmsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes tags from a customer managed key.
|
default UntagResourceResponse |
KmsClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes tags from a customer managed key.
|
default UpdateAliasResponse |
KmsClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Associates an existing KMS alias with a different KMS key.
|
default UpdateAliasResponse |
KmsClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing KMS alias with a different KMS key.
|
default UpdateCustomKeyStoreResponse |
KmsClient.updateCustomKeyStore(Consumer<UpdateCustomKeyStoreRequest.Builder> updateCustomKeyStoreRequest)
Changes the properties of a custom key store.
|
default UpdateCustomKeyStoreResponse |
KmsClient.updateCustomKeyStore(UpdateCustomKeyStoreRequest updateCustomKeyStoreRequest)
Changes the properties of a custom key store.
|
default UpdateKeyDescriptionResponse |
KmsClient.updateKeyDescription(Consumer<UpdateKeyDescriptionRequest.Builder> updateKeyDescriptionRequest)
Updates the description of a KMS key.
|
default UpdateKeyDescriptionResponse |
KmsClient.updateKeyDescription(UpdateKeyDescriptionRequest updateKeyDescriptionRequest)
Updates the description of a KMS key.
|
default UpdatePrimaryRegionResponse |
KmsClient.updatePrimaryRegion(Consumer<UpdatePrimaryRegionRequest.Builder> updatePrimaryRegionRequest)
Changes the primary key of a multi-Region key.
|
default UpdatePrimaryRegionResponse |
KmsClient.updatePrimaryRegion(UpdatePrimaryRegionRequest updatePrimaryRegionRequest)
Changes the primary key of a multi-Region key.
|
default VerifyResponse |
KmsClient.verify(Consumer<VerifyRequest.Builder> verifyRequest)
Verifies a digital signature that was generated by the Sign operation.
|
default VerifyResponse |
KmsClient.verify(VerifyRequest verifyRequest)
Verifies a digital signature that was generated by the Sign operation.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsException
The request was rejected because it attempted to create a resource that already exists.
|
class |
CloudHsmClusterInUseException
The request was rejected because the specified CloudHSM cluster is already associated with a custom key store or it
shares a backup history with a cluster that is associated with a custom key store.
|
class |
CloudHsmClusterInvalidConfigurationException
The request was rejected because the associated CloudHSM cluster did not meet the configuration requirements for a
custom key store.
|
class |
CloudHsmClusterNotActiveException
The request was rejected because the CloudHSM cluster that is associated with the custom key store is not active.
|
class |
CloudHsmClusterNotFoundException
The request was rejected because KMS cannot find the CloudHSM cluster with the specified cluster ID.
|
class |
CloudHsmClusterNotRelatedException
The request was rejected because the specified CloudHSM cluster has a different cluster certificate than the original
cluster.
|
class |
CustomKeyStoreHasCmKsException
The request was rejected because the custom key store contains KMS keys.
|
class |
CustomKeyStoreInvalidStateException
The request was rejected because of the
ConnectionState of the custom key store. |
class |
CustomKeyStoreNameInUseException
The request was rejected because the specified custom key store name is already assigned to another custom key store
in the account.
|
class |
CustomKeyStoreNotFoundException
The request was rejected because KMS cannot find a custom key store with the specified key store name or ID.
|
class |
DependencyTimeoutException
The system timed out while trying to fulfill the request.
|
class |
DisabledException
The request was rejected because the specified KMS key is not enabled.
|
class |
ExpiredImportTokenException
The request was rejected because the specified import token is expired.
|
class |
IncorrectKeyException
The request was rejected because the specified KMS key cannot decrypt the data.
|
class |
IncorrectKeyMaterialException
The request was rejected because the key material in the request is, expired, invalid, or is not the same key
material that was previously imported into this KMS key.
|
class |
IncorrectTrustAnchorException
The request was rejected because the trust anchor certificate in the request is not the trust anchor certificate for
the specified CloudHSM cluster.
|
class |
InvalidAliasNameException
The request was rejected because the specified alias name is not valid.
|
class |
InvalidArnException
The request was rejected because a specified ARN, or an ARN in a key policy, is not valid.
|
class |
InvalidCiphertextException
|
class |
InvalidGrantIdException
The request was rejected because the specified
GrantId is not valid. |
class |
InvalidGrantTokenException
The request was rejected because the specified grant token is not valid.
|
class |
InvalidImportTokenException
The request was rejected because the provided import token is invalid or is associated with a different KMS key.
|
class |
InvalidKeyUsageException
The request was rejected for one of the following reasons:
|
class |
InvalidMarkerException
The request was rejected because the marker that specifies where pagination should next begin is not valid.
|
class |
KeyUnavailableException
The request was rejected because the specified KMS key was not available.
|
class |
KmsInternalException
The request was rejected because an internal exception occurred.
|
class |
KmsInvalidSignatureException
The request was rejected because the signature verification failed.
|
class |
KmsInvalidStateException
The request was rejected because the state of the specified resource is not valid for this request.
|
class |
LimitExceededException
The request was rejected because a quota was exceeded.
|
class |
MalformedPolicyDocumentException
The request was rejected because the specified policy is not syntactically or semantically correct.
|
class |
NotFoundException
The request was rejected because the specified entity or resource could not be found.
|
class |
TagException
The request was rejected because one or more tags are not valid.
|
class |
UnsupportedOperationException
The request was rejected because a specified parameter is not supported or a specified resource is not valid for this
operation.
|
Modifier and Type | Method and Description |
---|---|
KmsException |
KmsException.BuilderImpl.build() |
Constructor and Description |
---|
BuilderImpl(KmsException ex) |
Copyright © 2022. All rights reserved.