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 customer master key (CMK).
|
default CancelKeyDeletionResponse |
KmsClient.cancelKeyDeletion(Consumer<CancelKeyDeletionRequest.Builder> cancelKeyDeletionRequest)
Cancels the deletion of a customer master key (CMK).
|
default ConnectCustomKeyStoreResponse |
KmsClient.connectCustomKeyStore(ConnectCustomKeyStoreRequest connectCustomKeyStoreRequest)
Connects or reconnects a custom key store
to its associated AWS CloudHSM cluster.
|
default ConnectCustomKeyStoreResponse |
KmsClient.connectCustomKeyStore(Consumer<ConnectCustomKeyStoreRequest.Builder> connectCustomKeyStoreRequest)
Connects or reconnects a custom key store
to its associated AWS CloudHSM cluster.
|
default CreateAliasResponse |
KmsClient.createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)
Creates a friendly name for a customer master key (CMK).
|
default CreateAliasResponse |
KmsClient.createAlias(CreateAliasRequest createAliasRequest)
Creates a friendly name for a customer master key (CMK).
|
default CreateCustomKeyStoreResponse |
KmsClient.createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest)
Creates a custom
key store that is associated with an AWS CloudHSM cluster that you own
and manage.
|
default CreateCustomKeyStoreResponse |
KmsClient.createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)
Creates a custom
key store that is associated with an AWS CloudHSM cluster that you own
and manage.
|
default CreateGrantResponse |
KmsClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)
Adds a grant to a customer master key (CMK).
|
default CreateGrantResponse |
KmsClient.createGrant(CreateGrantRequest createGrantRequest)
Adds a grant to a customer master key (CMK).
|
default CreateKeyResponse |
KmsClient.createKey()
Creates a unique customer managed customer master key
(CMK) in your AWS account and Region.
|
default CreateKeyResponse |
KmsClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates a unique customer managed customer master key
(CMK) in your AWS account and Region.
|
default CreateKeyResponse |
KmsClient.createKey(CreateKeyRequest createKeyRequest)
Creates a unique customer managed customer master key
(CMK) in your AWS account and Region.
|
default DecryptResponse |
KmsClient.decrypt(Consumer<DecryptRequest.Builder> decryptRequest)
Decrypts ciphertext that was encrypted by a AWS KMS customer master key (CMK) using any of the following
operations:
|
default DecryptResponse |
KmsClient.decrypt(DecryptRequest decryptRequest)
Decrypts ciphertext that was encrypted by a AWS KMS customer master key (CMK) 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 customer master key (CMK).
|
default DescribeKeyResponse |
KmsClient.describeKey(DescribeKeyRequest describeKeyRequest)
Provides detailed information about a customer master key (CMK).
|
default DisableKeyResponse |
KmsClient.disableKey(Consumer<DisableKeyRequest.Builder> disableKeyRequest)
Sets the state of a customer master key (CMK) to disabled.
|
default DisableKeyResponse |
KmsClient.disableKey(DisableKeyRequest disableKeyRequest)
Sets the state of a customer master key (CMK) to disabled.
|
default DisableKeyRotationResponse |
KmsClient.disableKeyRotation(Consumer<DisableKeyRotationRequest.Builder> disableKeyRotationRequest)
Disables automatic rotation of
the key material for the specified symmetric customer master key (CMK).
|
default DisableKeyRotationResponse |
KmsClient.disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest)
Disables automatic rotation of
the key material for the specified symmetric customer master key (CMK).
|
default DisconnectCustomKeyStoreResponse |
KmsClient.disconnectCustomKeyStore(Consumer<DisconnectCustomKeyStoreRequest.Builder> disconnectCustomKeyStoreRequest)
Disconnects the custom key store
from its associated AWS CloudHSM cluster.
|
default DisconnectCustomKeyStoreResponse |
KmsClient.disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest disconnectCustomKeyStoreRequest)
Disconnects the custom key store
from its associated AWS CloudHSM cluster.
|
default EnableKeyResponse |
KmsClient.enableKey(Consumer<EnableKeyRequest.Builder> enableKeyRequest)
Sets the key state of a customer master key (CMK) to enabled.
|
default EnableKeyResponse |
KmsClient.enableKey(EnableKeyRequest enableKeyRequest)
Sets the key state of a customer master key (CMK) to enabled.
|
default EnableKeyRotationResponse |
KmsClient.enableKeyRotation(Consumer<EnableKeyRotationRequest.Builder> enableKeyRotationRequest)
Enables automatic rotation of
the key material for the specified symmetric customer master key (CMK).
|
default EnableKeyRotationResponse |
KmsClient.enableKeyRotation(EnableKeyRotationRequest enableKeyRotationRequest)
Enables automatic rotation of
the key material for the specified symmetric customer master key (CMK).
|
default EncryptResponse |
KmsClient.encrypt(Consumer<EncryptRequest.Builder> encryptRequest)
Encrypts plaintext into ciphertext by using a customer master key (CMK).
|
default EncryptResponse |
KmsClient.encrypt(EncryptRequest encryptRequest)
Encrypts plaintext into ciphertext by using a customer master key (CMK).
|
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 customer master key (CMK).
|
default GetKeyPolicyResponse |
KmsClient.getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)
Gets a key policy attached to the specified customer master key (CMK).
|
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 customer master key (CMK).
|
default GetKeyRotationStatusResponse |
KmsClient.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
Gets a Boolean value that indicates whether automatic rotation of the key
material is enabled for the specified customer master key (CMK).
|
default GetParametersForImportResponse |
KmsClient.getParametersForImport(Consumer<GetParametersForImportRequest.Builder> getParametersForImportRequest)
Returns the items you need to import key material into a symmetric, customer managed customer master key (CMK).
|
default GetParametersForImportResponse |
KmsClient.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Returns the items you need to import key material into a symmetric, customer managed customer master key (CMK).
|
default GetPublicKeyResponse |
KmsClient.getPublicKey(Consumer<GetPublicKeyRequest.Builder> getPublicKeyRequest)
Returns the public key of an asymmetric CMK.
|
default GetPublicKeyResponse |
KmsClient.getPublicKey(GetPublicKeyRequest getPublicKeyRequest)
Returns the public key of an asymmetric CMK.
|
default ImportKeyMaterialResponse |
KmsClient.importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest)
Imports key material into an existing symmetric AWS KMS customer master key (CMK) that was created without key
material.
|
default ImportKeyMaterialResponse |
KmsClient.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest)
Imports key material into an existing symmetric AWS KMS customer master key (CMK) that was created without key
material.
|
default ListAliasesResponse |
KmsClient.listAliases()
Gets a list of aliases in the caller's AWS account and region.
|
default ListAliasesResponse |
KmsClient.listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Gets a list of aliases in the caller's AWS account and region.
|
default ListAliasesResponse |
KmsClient.listAliases(ListAliasesRequest listAliasesRequest)
Gets a list of aliases in the caller's AWS account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator()
Gets a list of aliases in the caller's AWS account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Gets a list of aliases in the caller's AWS account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator(ListAliasesRequest listAliasesRequest)
Gets a list of aliases in the caller's AWS account and region.
|
default ListGrantsResponse |
KmsClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default ListGrantsResponse |
KmsClient.listGrants(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default ListGrantsIterable |
KmsClient.listGrantsPaginator(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default ListGrantsIterable |
KmsClient.listGrantsPaginator(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default ListKeyPoliciesResponse |
KmsClient.listKeyPolicies(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a customer master key (CMK).
|
default ListKeyPoliciesResponse |
KmsClient.listKeyPolicies(ListKeyPoliciesRequest listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a customer master key (CMK).
|
default ListKeyPoliciesIterable |
KmsClient.listKeyPoliciesPaginator(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a customer master key (CMK).
|
default ListKeyPoliciesIterable |
KmsClient.listKeyPoliciesPaginator(ListKeyPoliciesRequest listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a customer master key (CMK).
|
default ListKeysResponse |
KmsClient.listKeys()
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListKeysResponse |
KmsClient.listKeys(Consumer<ListKeysRequest.Builder> listKeysRequest)
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListKeysResponse |
KmsClient.listKeys(ListKeysRequest listKeysRequest)
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator()
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator(Consumer<ListKeysRequest.Builder> listKeysRequest)
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator(ListKeysRequest listKeysRequest)
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListResourceTagsResponse |
KmsClient.listResourceTags(Consumer<ListResourceTagsRequest.Builder> listResourceTagsRequest)
Returns all tags on the specified customer master key (CMK).
|
default ListResourceTagsResponse |
KmsClient.listResourceTags(ListResourceTagsRequest listResourceTagsRequest)
Returns all tags on the specified customer master key (CMK).
|
default ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest)
Returns all grants in which the specified principal is the
RetiringPrincipal in the grant. |
default ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns all grants in which the specified principal is the
RetiringPrincipal in the grant. |
default PutKeyPolicyResponse |
KmsClient.putKeyPolicy(Consumer<PutKeyPolicyRequest.Builder> putKeyPolicyRequest)
Attaches a key policy to the specified customer master key (CMK).
|
default PutKeyPolicyResponse |
KmsClient.putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a key policy to the specified customer master key (CMK).
|
default ReEncryptResponse |
KmsClient.reEncrypt(Consumer<ReEncryptRequest.Builder> reEncryptRequest)
Decrypts ciphertext and then reencrypts it entirely within AWS KMS.
|
default ReEncryptResponse |
KmsClient.reEncrypt(ReEncryptRequest reEncryptRequest)
Decrypts ciphertext and then reencrypts it entirely within AWS KMS.
|
default RetireGrantResponse |
KmsClient.retireGrant()
Retires a grant.
|
default RetireGrantResponse |
KmsClient.retireGrant(Consumer<RetireGrantRequest.Builder> retireGrantRequest)
Retires a grant.
|
default RetireGrantResponse |
KmsClient.retireGrant(RetireGrantRequest retireGrantRequest)
Retires a grant.
|
default RevokeGrantResponse |
KmsClient.revokeGrant(Consumer<RevokeGrantRequest.Builder> revokeGrantRequest)
Revokes the specified grant for the specified customer master key (CMK).
|
default RevokeGrantResponse |
KmsClient.revokeGrant(RevokeGrantRequest revokeGrantRequest)
Revokes the specified grant for the specified customer master key (CMK).
|
default ScheduleKeyDeletionResponse |
KmsClient.scheduleKeyDeletion(Consumer<ScheduleKeyDeletionRequest.Builder> scheduleKeyDeletionRequest)
Schedules the deletion of a customer master key (CMK).
|
default ScheduleKeyDeletionResponse |
KmsClient.scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a customer master key (CMK).
|
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 CMK.
|
default SignResponse |
KmsClient.sign(SignRequest signRequest)
Creates a digital signature for a message or
message digest by using the private key in an asymmetric CMK.
|
default TagResourceResponse |
KmsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or edits tags on a customer managed CMK.
|
default TagResourceResponse |
KmsClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or edits tags on a customer managed CMK.
|
default UntagResourceResponse |
KmsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes tags from a customer managed CMK.
|
default UntagResourceResponse |
KmsClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes tags from a customer managed CMK.
|
default UpdateAliasResponse |
KmsClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Associates an existing AWS KMS alias with a different customer master key (CMK).
|
default UpdateAliasResponse |
KmsClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing AWS KMS alias with a different customer master key (CMK).
|
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 customer master key (CMK).
|
default UpdateKeyDescriptionResponse |
KmsClient.updateKeyDescription(UpdateKeyDescriptionRequest updateKeyDescriptionRequest)
Updates the description of a customer master key (CMK).
|
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 AWS 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 AWS CloudHSM cluster did not meet the configuration requirements for
a custom key store.
|
class |
CloudHsmClusterNotActiveException
The request was rejected because the AWS CloudHSM cluster that is associated with the custom key store is not active.
|
class |
CloudHsmClusterNotFoundException
The request was rejected because AWS KMS cannot find the AWS CloudHSM cluster with the specified cluster ID.
|
class |
CloudHsmClusterNotRelatedException
The request was rejected because the specified AWS CloudHSM cluster has a different cluster certificate than the
original cluster.
|
class |
CustomKeyStoreHasCmKsException
The request was rejected because the custom key store contains AWS KMS customer master keys (CMKs).
|
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 AWS 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 CMK 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 CMK 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 customer master key (CMK).
|
class |
IncorrectTrustAnchorException
The request was rejected because the trust anchor certificate in the request is not the trust anchor certificate for
the specified AWS 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 customer
master key (CMK).
|
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 CMK 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 © 2021. All rights reserved.