| 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 backing key store.
|
default ConnectCustomKeyStoreResponse |
KmsClient.connectCustomKeyStore(Consumer<ConnectCustomKeyStoreRequest.Builder> connectCustomKeyStoreRequest)
Connects or reconnects a custom key store
to its backing key store.
|
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 backed by a key store that you own and manage.
|
default CreateCustomKeyStoreResponse |
KmsClient.createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)
Creates a custom
key store backed by a key store 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 was previously imported.
|
default DeleteImportedKeyMaterialResponse |
KmsClient.deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest deleteImportedKeyMaterialRequest)
Deletes key material that was 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 DescribeCustomKeyStoresIterable |
KmsClient.describeCustomKeyStoresPaginator()
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresIterable |
KmsClient.describeCustomKeyStoresPaginator(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresIterable |
KmsClient.describeCustomKeyStoresPaginator(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 of the specified symmetric encryption KMS key.
|
default DisableKeyRotationResponse |
KmsClient.disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest)
Disables automatic rotation of
the key material of the specified symmetric encryption KMS key.
|
default DisconnectCustomKeyStoreResponse |
KmsClient.disconnectCustomKeyStore(Consumer<DisconnectCustomKeyStoreRequest.Builder> disconnectCustomKeyStoreRequest)
Disconnects the custom key store
from its backing key store.
|
default DisconnectCustomKeyStoreResponse |
KmsClient.disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest disconnectCustomKeyStoreRequest)
Disconnects the custom key store
from its backing key store.
|
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 of the specified symmetric encryption KMS key.
|
default EnableKeyRotationResponse |
KmsClient.enableKeyRotation(EnableKeyRotationRequest enableKeyRotationRequest)
Enables automatic rotation of
the key material of the specified symmetric encryption KMS key.
|
default EncryptResponse |
KmsClient.encrypt(Consumer<EncryptRequest.Builder> encryptRequest)
Encrypts plaintext of up to 4,096 bytes using a KMS key.
|
default EncryptResponse |
KmsClient.encrypt(EncryptRequest encryptRequest)
Encrypts plaintext of up to 4,096 bytes using a KMS key.
|
default GenerateDataKeyResponse |
KmsClient.generateDataKey(Consumer<GenerateDataKeyRequest.Builder> generateDataKeyRequest)
Returns a unique symmetric data key for use outside of KMS.
|
default GenerateDataKeyResponse |
KmsClient.generateDataKey(GenerateDataKeyRequest generateDataKeyRequest)
Returns a unique symmetric data key for use outside of KMS.
|
default GenerateDataKeyPairResponse |
KmsClient.generateDataKeyPair(Consumer<GenerateDataKeyPairRequest.Builder> generateDataKeyPairRequest)
Returns a unique asymmetric data key pair for use outside of KMS.
|
default GenerateDataKeyPairResponse |
KmsClient.generateDataKeyPair(GenerateDataKeyPairRequest generateDataKeyPairRequest)
Returns a unique asymmetric data key pair for use outside of KMS.
|
default GenerateDataKeyPairWithoutPlaintextResponse |
KmsClient.generateDataKeyPairWithoutPlaintext(Consumer<GenerateDataKeyPairWithoutPlaintextRequest.Builder> generateDataKeyPairWithoutPlaintextRequest)
Returns a unique asymmetric data key pair for use outside of KMS.
|
default GenerateDataKeyPairWithoutPlaintextResponse |
KmsClient.generateDataKeyPairWithoutPlaintext(GenerateDataKeyPairWithoutPlaintextRequest generateDataKeyPairWithoutPlaintextRequest)
Returns a unique asymmetric data key pair for use outside of KMS.
|
default GenerateDataKeyWithoutPlaintextResponse |
KmsClient.generateDataKeyWithoutPlaintext(Consumer<GenerateDataKeyWithoutPlaintextRequest.Builder> generateDataKeyWithoutPlaintextRequest)
Returns a unique symmetric data key for use outside of KMS.
|
default GenerateDataKeyWithoutPlaintextResponse |
KmsClient.generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a unique symmetric data key for use outside of KMS.
|
default GenerateMacResponse |
KmsClient.generateMac(Consumer<GenerateMacRequest.Builder> generateMacRequest)
Generates a hash-based message authentication code (HMAC) for a message using an HMAC KMS key and a MAC algorithm
that the key supports.
|
default GenerateMacResponse |
KmsClient.generateMac(GenerateMacRequest generateMacRequest)
Generates a hash-based message authentication code (HMAC) for a message using an HMAC KMS key and a MAC algorithm
that the key supports.
|
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 public key and an import token you need to import or reimport key material for a KMS key.
|
default GetParametersForImportResponse |
KmsClient.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Returns the public key and an import token you need to import or reimport key material for a 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 or reimports key material into an existing KMS key that was created without key material.
|
default ImportKeyMaterialResponse |
KmsClient.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest)
Imports or reimports key material into an existing 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 ListResourceTagsIterable |
KmsClient.listResourceTagsPaginator(Consumer<ListResourceTagsRequest.Builder> listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
default ListResourceTagsIterable |
KmsClient.listResourceTagsPaginator(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 ListRetirableGrantsIterable |
KmsClient.listRetirableGrantsPaginator(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
default ListRetirableGrantsIterable |
KmsClient.listRetirableGrantsPaginator(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 signing 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 signing 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.
|
default VerifyMacResponse |
KmsClient.verifyMac(Consumer<VerifyMacRequest.Builder> verifyMacRequest)
Verifies the hash-based message authentication code (HMAC) for a specified message, HMAC KMS key, and MAC
algorithm.
|
default VerifyMacResponse |
KmsClient.verifyMac(VerifyMacRequest verifyMacRequest)
Verifies the hash-based message authentication code (HMAC) for a specified message, HMAC KMS key, and MAC
algorithm.
|
| 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 an CloudHSM key store in
the account, or it shares a backup history with an CloudHSM key store in the account.
|
class |
CloudHsmClusterInvalidConfigurationException
The request was rejected because the associated CloudHSM cluster did not meet the configuration requirements for an
CloudHSM key store.
|
class |
CloudHsmClusterNotActiveException
The request was rejected because the CloudHSM cluster associated with the CloudHSM 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 |
DryRunOperationException
The request was rejected because the DryRun parameter was specified.
|
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 to create an CloudHSM key store 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 |
KmsInvalidMacException
The request was rejected because the HMAC verification failed.
|
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.
|
class |
XksKeyAlreadyInUseException
The request was rejected because the (
XksKeyId) is already associated with a KMS key in this external
key store. |
class |
XksKeyInvalidConfigurationException
The request was rejected because the external key specified by the
XksKeyId parameter did not meet the
configuration requirements for an external key store. |
class |
XksKeyNotFoundException
The request was rejected because the external key store proxy could not find the external key.
|
class |
XksProxyIncorrectAuthenticationCredentialException
The request was rejected because the proxy credentials failed to authenticate to the specified external key store
proxy.
|
class |
XksProxyInvalidConfigurationException
The request was rejected because the Amazon VPC endpoint service configuration does not fulfill the requirements for
an external key store proxy.
|
class |
XksProxyInvalidResponseException
|
class |
XksProxyUriEndpointInUseException
The request was rejected because the concatenation of the
XksProxyUriEndpoint is already associated with
an external key store in the Amazon Web Services account and Region. |
class |
XksProxyUriInUseException
The request was rejected because the concatenation of the
XksProxyUriEndpoint and
XksProxyUriPath is already associated with an external key store in the Amazon Web Services account and
Region. |
class |
XksProxyUriUnreachableException
KMS was unable to reach the specified
XksProxyUriPath. |
class |
XksProxyVpcEndpointServiceInUseException
The request was rejected because the specified Amazon VPC endpoint service is already associated with an external key
store in the Amazon Web Services account and Region.
|
class |
XksProxyVpcEndpointServiceInvalidConfigurationException
The request was rejected because the Amazon VPC endpoint service configuration does not fulfill the requirements for
an external key store proxy.
|
class |
XksProxyVpcEndpointServiceNotFoundException
The request was rejected because KMS could not find the specified VPC endpoint service.
|
| Modifier and Type | Method and Description |
|---|---|
KmsException |
KmsException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(KmsException ex) |
Copyright © 2023. All rights reserved.