Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractAWSKMS - Class in com.amazonaws.services.kms
Abstract implementation of AWSKMS.
AbstractAWSKMS() - Constructor for class com.amazonaws.services.kms.AbstractAWSKMS
 
AbstractAWSKMSAsync - Class in com.amazonaws.services.kms
Abstract implementation of AWSKMSAsync.
AbstractAWSKMSAsync() - Constructor for class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
addDestinationEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
 
addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.DecryptRequest
 
addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.EncryptRequest
 
addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
 
addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
 
addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
 
addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
 
addEncryptionContextEqualsEntry(String, String) - Method in class com.amazonaws.services.kms.model.GrantConstraints
 
addEncryptionContextSubsetEntry(String, String) - Method in class com.amazonaws.services.kms.model.GrantConstraints
 
addSourceEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
 
AlgorithmSpec - Enum in com.amazonaws.services.kms.model
 
AliasListEntry - Class in com.amazonaws.services.kms.model
Contains information about an alias.
AliasListEntry() - Constructor for class com.amazonaws.services.kms.model.AliasListEntry
 
AlreadyExistsException - Exception in com.amazonaws.services.kms.model
The request was rejected because it attempted to create a resource that already exists.
AlreadyExistsException(String) - Constructor for exception com.amazonaws.services.kms.model.AlreadyExistsException
Constructs a new AlreadyExistsException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
AWSKMS - Interface in com.amazonaws.services.kms
Interface for accessing KMS.
AWSKMSAsync - Interface in com.amazonaws.services.kms
Interface for accessing KMS asynchronously.
AWSKMSAsyncClient - Class in com.amazonaws.services.kms
Client for accessing KMS asynchronously.
AWSKMSAsyncClient() - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
AWSKMSAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
AWSKMSAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
AWSKMSAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
AWSKMSAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
AWSKMSAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
AWSKMSAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
AWSKMSAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
AWSKMSAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
AWSKMSAsyncClientBuilder - Class in com.amazonaws.services.kms
Fluent builder for AWSKMSAsync.
AWSKMSClient - Class in com.amazonaws.services.kms
Client for accessing KMS.
AWSKMSClient() - Constructor for class com.amazonaws.services.kms.AWSKMSClient
AWSKMSClient(ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
AWSKMSClient(AWSCredentials) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AWSKMSClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AWSKMSClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
AWSKMSClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
AWSKMSClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
AWSKMSClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
AWSKMSClientBuilder - Class in com.amazonaws.services.kms
Fluent builder for AWSKMS.
AWSKMSException - Exception in com.amazonaws.services.kms.model
Base exception for all service exceptions thrown by AWS Key Management Service
AWSKMSException(String) - Constructor for exception com.amazonaws.services.kms.model.AWSKMSException
Constructs a new AWSKMSException with the specified error message.

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClientBuilder
Construct an asynchronous implementation of AWSKMSAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.kms.AWSKMSClientBuilder
Construct a synchronous implementation of AWSKMS using the current builder configuration.
builder() - Static method in class com.amazonaws.services.kms.AWSKMSClient
 

C

cancelKeyDeletion(CancelKeyDeletionRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
cancelKeyDeletion(CancelKeyDeletionRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Cancels the deletion of a customer master key (CMK).
cancelKeyDeletion(CancelKeyDeletionRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Cancels the deletion of a customer master key (CMK).
cancelKeyDeletionAsync(CancelKeyDeletionRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
cancelKeyDeletionAsync(CancelKeyDeletionRequest, AsyncHandler<CancelKeyDeletionRequest, CancelKeyDeletionResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
cancelKeyDeletionAsync(CancelKeyDeletionRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Cancels the deletion of a customer master key (CMK).
cancelKeyDeletionAsync(CancelKeyDeletionRequest, AsyncHandler<CancelKeyDeletionRequest, CancelKeyDeletionResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Cancels the deletion of a customer master key (CMK).
cancelKeyDeletionAsync(CancelKeyDeletionRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
cancelKeyDeletionAsync(CancelKeyDeletionRequest, AsyncHandler<CancelKeyDeletionRequest, CancelKeyDeletionResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
CancelKeyDeletionRequest - Class in com.amazonaws.services.kms.model
 
CancelKeyDeletionRequest() - Constructor for class com.amazonaws.services.kms.model.CancelKeyDeletionRequest
 
CancelKeyDeletionResult - Class in com.amazonaws.services.kms.model
 
CancelKeyDeletionResult() - Constructor for class com.amazonaws.services.kms.model.CancelKeyDeletionResult
 
clearDestinationEncryptionContextEntries() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Removes all the entries added into DestinationEncryptionContext.
clearEncryptionContextEntries() - Method in class com.amazonaws.services.kms.model.DecryptRequest
Removes all the entries added into EncryptionContext.
clearEncryptionContextEntries() - Method in class com.amazonaws.services.kms.model.EncryptRequest
Removes all the entries added into EncryptionContext.
clearEncryptionContextEntries() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Removes all the entries added into EncryptionContext.
clearEncryptionContextEntries() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Removes all the entries added into EncryptionContext.
clearEncryptionContextEntries() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Removes all the entries added into EncryptionContext.
clearEncryptionContextEntries() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
Removes all the entries added into EncryptionContext.
clearEncryptionContextEqualsEntries() - Method in class com.amazonaws.services.kms.model.GrantConstraints
Removes all the entries added into EncryptionContextEquals.
clearEncryptionContextSubsetEntries() - Method in class com.amazonaws.services.kms.model.GrantConstraints
Removes all the entries added into EncryptionContextSubset.
clearSourceEncryptionContextEntries() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Removes all the entries added into SourceEncryptionContext.
clone() - Method in class com.amazonaws.services.kms.model.AliasListEntry
 
clone() - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionRequest
 
clone() - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionResult
 
clone() - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreRequest
 
clone() - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreResult
 
clone() - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
 
clone() - Method in class com.amazonaws.services.kms.model.CreateAliasResult
 
clone() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
 
clone() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreResult
 
clone() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
 
clone() - Method in class com.amazonaws.services.kms.model.CreateGrantResult
 
clone() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
 
clone() - Method in class com.amazonaws.services.kms.model.CreateKeyResult
 
clone() - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
 
clone() - Method in class com.amazonaws.services.kms.model.DecryptRequest
 
clone() - Method in class com.amazonaws.services.kms.model.DecryptResult
 
clone() - Method in class com.amazonaws.services.kms.model.DeleteAliasRequest
 
clone() - Method in class com.amazonaws.services.kms.model.DeleteAliasResult
 
clone() - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreRequest
 
clone() - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreResult
 
clone() - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
 
clone() - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialResult
 
clone() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
 
clone() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
 
clone() - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
 
clone() - Method in class com.amazonaws.services.kms.model.DescribeKeyResult
 
clone() - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
 
clone() - Method in class com.amazonaws.services.kms.model.DisableKeyResult
 
clone() - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
 
clone() - Method in class com.amazonaws.services.kms.model.DisableKeyRotationResult
 
clone() - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreRequest
 
clone() - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreResult
 
clone() - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
 
clone() - Method in class com.amazonaws.services.kms.model.EnableKeyResult
 
clone() - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
 
clone() - Method in class com.amazonaws.services.kms.model.EnableKeyRotationResult
 
clone() - Method in class com.amazonaws.services.kms.model.EncryptRequest
 
clone() - Method in class com.amazonaws.services.kms.model.EncryptResult
 
clone() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
 
clone() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
 
clone() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
 
clone() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
 
clone() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
 
clone() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
 
clone() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
 
clone() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
 
clone() - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
 
clone() - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
 
clone() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
 
clone() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyResult
 
clone() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
 
clone() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
 
clone() - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
 
clone() - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
 
clone() - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
 
clone() - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
 
clone() - Method in class com.amazonaws.services.kms.model.GrantConstraints
 
clone() - Method in class com.amazonaws.services.kms.model.GrantListEntry
 
clone() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
 
clone() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialResult
 
clone() - Method in class com.amazonaws.services.kms.model.KeyListEntry
 
clone() - Method in class com.amazonaws.services.kms.model.KeyMetadata
 
clone() - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
 
clone() - Method in class com.amazonaws.services.kms.model.ListAliasesResult
 
clone() - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
 
clone() - Method in class com.amazonaws.services.kms.model.ListGrantsResult
 
clone() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
 
clone() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
 
clone() - Method in class com.amazonaws.services.kms.model.ListKeysRequest
 
clone() - Method in class com.amazonaws.services.kms.model.ListKeysResult
 
clone() - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
 
clone() - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
 
clone() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
 
clone() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
 
clone() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
 
clone() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyResult
 
clone() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
 
clone() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
 
clone() - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
 
clone() - Method in class com.amazonaws.services.kms.model.RetireGrantResult
 
clone() - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
 
clone() - Method in class com.amazonaws.services.kms.model.RevokeGrantResult
 
clone() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
 
clone() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
 
clone() - Method in class com.amazonaws.services.kms.model.SignRequest
 
clone() - Method in class com.amazonaws.services.kms.model.SignResult
 
clone() - Method in class com.amazonaws.services.kms.model.Tag
 
clone() - Method in class com.amazonaws.services.kms.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.kms.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.kms.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
 
clone() - Method in class com.amazonaws.services.kms.model.UpdateAliasResult
 
clone() - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
 
clone() - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreResult
 
clone() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
 
clone() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionResult
 
clone() - Method in class com.amazonaws.services.kms.model.VerifyRequest
 
clone() - Method in class com.amazonaws.services.kms.model.VerifyResult
 
CloudHsmClusterInUseException - Exception in com.amazonaws.services.kms.model
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.
CloudHsmClusterInUseException(String) - Constructor for exception com.amazonaws.services.kms.model.CloudHsmClusterInUseException
Constructs a new CloudHsmClusterInUseException with the specified error message.
CloudHsmClusterInvalidConfigurationException - Exception in com.amazonaws.services.kms.model
The request was rejected because the associated AWS CloudHSM cluster did not meet the configuration requirements for a custom key store.
CloudHsmClusterInvalidConfigurationException(String) - Constructor for exception com.amazonaws.services.kms.model.CloudHsmClusterInvalidConfigurationException
Constructs a new CloudHsmClusterInvalidConfigurationException with the specified error message.
CloudHsmClusterNotActiveException - Exception in com.amazonaws.services.kms.model
The request was rejected because the AWS CloudHSM cluster that is associated with the custom key store is not active.
CloudHsmClusterNotActiveException(String) - Constructor for exception com.amazonaws.services.kms.model.CloudHsmClusterNotActiveException
Constructs a new CloudHsmClusterNotActiveException with the specified error message.
CloudHsmClusterNotFoundException - Exception in com.amazonaws.services.kms.model
The request was rejected because AWS KMS cannot find the AWS CloudHSM cluster with the specified cluster ID.
CloudHsmClusterNotFoundException(String) - Constructor for exception com.amazonaws.services.kms.model.CloudHsmClusterNotFoundException
Constructs a new CloudHsmClusterNotFoundException with the specified error message.
CloudHsmClusterNotRelatedException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified AWS CloudHSM cluster has a different cluster certificate than the original cluster.
CloudHsmClusterNotRelatedException(String) - Constructor for exception com.amazonaws.services.kms.model.CloudHsmClusterNotRelatedException
Constructs a new CloudHsmClusterNotRelatedException with the specified error message.
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
 
com.amazonaws.services.kms - package com.amazonaws.services.kms
AWS Key Management Service
com.amazonaws.services.kms.model - package com.amazonaws.services.kms.model
 
configFactory - Static variable in class com.amazonaws.services.kms.AWSKMSClient
Client configuration factory providing ClientConfigurations tailored to this client
connectCustomKeyStore(ConnectCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
connectCustomKeyStore(ConnectCustomKeyStoreRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Connects or reconnects a custom key store to its associated AWS CloudHSM cluster.
connectCustomKeyStore(ConnectCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Connects or reconnects a custom key store to its associated AWS CloudHSM cluster.
connectCustomKeyStoreAsync(ConnectCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
connectCustomKeyStoreAsync(ConnectCustomKeyStoreRequest, AsyncHandler<ConnectCustomKeyStoreRequest, ConnectCustomKeyStoreResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
connectCustomKeyStoreAsync(ConnectCustomKeyStoreRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Connects or reconnects a custom key store to its associated AWS CloudHSM cluster.
connectCustomKeyStoreAsync(ConnectCustomKeyStoreRequest, AsyncHandler<ConnectCustomKeyStoreRequest, ConnectCustomKeyStoreResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Connects or reconnects a custom key store to its associated AWS CloudHSM cluster.
connectCustomKeyStoreAsync(ConnectCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
connectCustomKeyStoreAsync(ConnectCustomKeyStoreRequest, AsyncHandler<ConnectCustomKeyStoreRequest, ConnectCustomKeyStoreResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
ConnectCustomKeyStoreRequest - Class in com.amazonaws.services.kms.model
 
ConnectCustomKeyStoreRequest() - Constructor for class com.amazonaws.services.kms.model.ConnectCustomKeyStoreRequest
 
ConnectCustomKeyStoreResult - Class in com.amazonaws.services.kms.model
 
ConnectCustomKeyStoreResult() - Constructor for class com.amazonaws.services.kms.model.ConnectCustomKeyStoreResult
 
ConnectionErrorCodeType - Enum in com.amazonaws.services.kms.model
 
ConnectionStateType - Enum in com.amazonaws.services.kms.model
 
createAlias(CreateAliasRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
createAlias(CreateAliasRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Creates a display name for a customer managed customer master key (CMK).
createAlias(CreateAliasRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Creates a display name for a customer managed customer master key (CMK).
createAliasAsync(CreateAliasRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
createAliasAsync(CreateAliasRequest, AsyncHandler<CreateAliasRequest, CreateAliasResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
createAliasAsync(CreateAliasRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Creates a display name for a customer managed customer master key (CMK).
createAliasAsync(CreateAliasRequest, AsyncHandler<CreateAliasRequest, CreateAliasResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Creates a display name for a customer managed customer master key (CMK).
createAliasAsync(CreateAliasRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
createAliasAsync(CreateAliasRequest, AsyncHandler<CreateAliasRequest, CreateAliasResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
CreateAliasRequest - Class in com.amazonaws.services.kms.model
 
CreateAliasRequest() - Constructor for class com.amazonaws.services.kms.model.CreateAliasRequest
 
CreateAliasResult - Class in com.amazonaws.services.kms.model
 
CreateAliasResult() - Constructor for class com.amazonaws.services.kms.model.CreateAliasResult
 
createCustomKeyStore(CreateCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
createCustomKeyStore(CreateCustomKeyStoreRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Creates a custom key store that is associated with an AWS CloudHSM cluster that you own and manage.
createCustomKeyStore(CreateCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Creates a custom key store that is associated with an AWS CloudHSM cluster that you own and manage.
createCustomKeyStoreAsync(CreateCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
createCustomKeyStoreAsync(CreateCustomKeyStoreRequest, AsyncHandler<CreateCustomKeyStoreRequest, CreateCustomKeyStoreResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
createCustomKeyStoreAsync(CreateCustomKeyStoreRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Creates a custom key store that is associated with an AWS CloudHSM cluster that you own and manage.
createCustomKeyStoreAsync(CreateCustomKeyStoreRequest, AsyncHandler<CreateCustomKeyStoreRequest, CreateCustomKeyStoreResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Creates a custom key store that is associated with an AWS CloudHSM cluster that you own and manage.
createCustomKeyStoreAsync(CreateCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
createCustomKeyStoreAsync(CreateCustomKeyStoreRequest, AsyncHandler<CreateCustomKeyStoreRequest, CreateCustomKeyStoreResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
CreateCustomKeyStoreRequest - Class in com.amazonaws.services.kms.model
 
CreateCustomKeyStoreRequest() - Constructor for class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
 
CreateCustomKeyStoreResult - Class in com.amazonaws.services.kms.model
 
CreateCustomKeyStoreResult() - Constructor for class com.amazonaws.services.kms.model.CreateCustomKeyStoreResult
 
createGrant(CreateGrantRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
createGrant(CreateGrantRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Adds a grant to a customer master key (CMK).
createGrant(CreateGrantRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Adds a grant to a customer master key (CMK).
createGrantAsync(CreateGrantRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
createGrantAsync(CreateGrantRequest, AsyncHandler<CreateGrantRequest, CreateGrantResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
createGrantAsync(CreateGrantRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Adds a grant to a customer master key (CMK).
createGrantAsync(CreateGrantRequest, AsyncHandler<CreateGrantRequest, CreateGrantResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Adds a grant to a customer master key (CMK).
createGrantAsync(CreateGrantRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
createGrantAsync(CreateGrantRequest, AsyncHandler<CreateGrantRequest, CreateGrantResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
CreateGrantRequest - Class in com.amazonaws.services.kms.model
 
CreateGrantRequest() - Constructor for class com.amazonaws.services.kms.model.CreateGrantRequest
 
CreateGrantResult - Class in com.amazonaws.services.kms.model
 
CreateGrantResult() - Constructor for class com.amazonaws.services.kms.model.CreateGrantResult
 
createKey(CreateKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
createKey() - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
createKey(CreateKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Creates a unique customer managed customer master key (CMK) in your AWS account and Region.
createKey() - Method in interface com.amazonaws.services.kms.AWSKMS
Simplified method form for invoking the CreateKey operation.
createKey(CreateKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Creates a unique customer managed customer master key (CMK) in your AWS account and Region.
createKey() - Method in class com.amazonaws.services.kms.AWSKMSClient
 
createKeyAsync(CreateKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
createKeyAsync(CreateKeyRequest, AsyncHandler<CreateKeyRequest, CreateKeyResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
createKeyAsync() - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
Simplified method form for invoking the CreateKey operation.
createKeyAsync(AsyncHandler<CreateKeyRequest, CreateKeyResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
Simplified method form for invoking the CreateKey operation with an AsyncHandler.
createKeyAsync(CreateKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Creates a unique customer managed customer master key (CMK) in your AWS account and Region.
createKeyAsync(CreateKeyRequest, AsyncHandler<CreateKeyRequest, CreateKeyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Creates a unique customer managed customer master key (CMK) in your AWS account and Region.
createKeyAsync() - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Simplified method form for invoking the CreateKey operation.
createKeyAsync(AsyncHandler<CreateKeyRequest, CreateKeyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Simplified method form for invoking the CreateKey operation with an AsyncHandler.
createKeyAsync(CreateKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
createKeyAsync(CreateKeyRequest, AsyncHandler<CreateKeyRequest, CreateKeyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
createKeyAsync() - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Simplified method form for invoking the CreateKey operation.
createKeyAsync(AsyncHandler<CreateKeyRequest, CreateKeyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Simplified method form for invoking the CreateKey operation with an AsyncHandler.
CreateKeyRequest - Class in com.amazonaws.services.kms.model
 
CreateKeyRequest() - Constructor for class com.amazonaws.services.kms.model.CreateKeyRequest
 
CreateKeyResult - Class in com.amazonaws.services.kms.model
 
CreateKeyResult() - Constructor for class com.amazonaws.services.kms.model.CreateKeyResult
 
CustomerMasterKeySpec - Enum in com.amazonaws.services.kms.model
 
CustomKeyStoreHasCMKsException - Exception in com.amazonaws.services.kms.model
The request was rejected because the custom key store contains AWS KMS customer master keys (CMKs).
CustomKeyStoreHasCMKsException(String) - Constructor for exception com.amazonaws.services.kms.model.CustomKeyStoreHasCMKsException
Constructs a new CustomKeyStoreHasCMKsException with the specified error message.
CustomKeyStoreInvalidStateException - Exception in com.amazonaws.services.kms.model
The request was rejected because of the ConnectionState of the custom key store.
CustomKeyStoreInvalidStateException(String) - Constructor for exception com.amazonaws.services.kms.model.CustomKeyStoreInvalidStateException
Constructs a new CustomKeyStoreInvalidStateException with the specified error message.
CustomKeyStoreNameInUseException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified custom key store name is already assigned to another custom key store in the account.
CustomKeyStoreNameInUseException(String) - Constructor for exception com.amazonaws.services.kms.model.CustomKeyStoreNameInUseException
Constructs a new CustomKeyStoreNameInUseException with the specified error message.
CustomKeyStoreNotFoundException - Exception in com.amazonaws.services.kms.model
The request was rejected because AWS KMS cannot find a custom key store with the specified key store name or ID.
CustomKeyStoreNotFoundException(String) - Constructor for exception com.amazonaws.services.kms.model.CustomKeyStoreNotFoundException
Constructs a new CustomKeyStoreNotFoundException with the specified error message.
CustomKeyStoresListEntry - Class in com.amazonaws.services.kms.model
Contains information about each custom key store in the custom key store list.
CustomKeyStoresListEntry() - Constructor for class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
 

D

DataKeyPairSpec - Enum in com.amazonaws.services.kms.model
 
DataKeySpec - Enum in com.amazonaws.services.kms.model
 
decrypt(DecryptRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
decrypt(DecryptRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Decrypts ciphertext that was encrypted by a AWS KMS customer master key (CMK) using any of the following operations:
decrypt(DecryptRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Decrypts ciphertext that was encrypted by a AWS KMS customer master key (CMK) using any of the following operations:
decryptAsync(DecryptRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
decryptAsync(DecryptRequest, AsyncHandler<DecryptRequest, DecryptResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
decryptAsync(DecryptRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Decrypts ciphertext that was encrypted by a AWS KMS customer master key (CMK) using any of the following operations:
decryptAsync(DecryptRequest, AsyncHandler<DecryptRequest, DecryptResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Decrypts ciphertext that was encrypted by a AWS KMS customer master key (CMK) using any of the following operations:
decryptAsync(DecryptRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
decryptAsync(DecryptRequest, AsyncHandler<DecryptRequest, DecryptResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
DecryptRequest - Class in com.amazonaws.services.kms.model
 
DecryptRequest() - Constructor for class com.amazonaws.services.kms.model.DecryptRequest
 
DecryptResult - Class in com.amazonaws.services.kms.model
 
DecryptResult() - Constructor for class com.amazonaws.services.kms.model.DecryptResult
 
defaultClient() - Static method in class com.amazonaws.services.kms.AWSKMSAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.kms.AWSKMSClientBuilder
 
deleteAlias(DeleteAliasRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
deleteAlias(DeleteAliasRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Deletes the specified alias.
deleteAlias(DeleteAliasRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Deletes the specified alias.
deleteAliasAsync(DeleteAliasRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
deleteAliasAsync(DeleteAliasRequest, AsyncHandler<DeleteAliasRequest, DeleteAliasResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
deleteAliasAsync(DeleteAliasRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Deletes the specified alias.
deleteAliasAsync(DeleteAliasRequest, AsyncHandler<DeleteAliasRequest, DeleteAliasResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Deletes the specified alias.
deleteAliasAsync(DeleteAliasRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
deleteAliasAsync(DeleteAliasRequest, AsyncHandler<DeleteAliasRequest, DeleteAliasResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
DeleteAliasRequest - Class in com.amazonaws.services.kms.model
 
DeleteAliasRequest() - Constructor for class com.amazonaws.services.kms.model.DeleteAliasRequest
 
DeleteAliasResult - Class in com.amazonaws.services.kms.model
 
DeleteAliasResult() - Constructor for class com.amazonaws.services.kms.model.DeleteAliasResult
 
deleteCustomKeyStore(DeleteCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
deleteCustomKeyStore(DeleteCustomKeyStoreRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Deletes a custom key store.
deleteCustomKeyStore(DeleteCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Deletes a custom key store.
deleteCustomKeyStoreAsync(DeleteCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
deleteCustomKeyStoreAsync(DeleteCustomKeyStoreRequest, AsyncHandler<DeleteCustomKeyStoreRequest, DeleteCustomKeyStoreResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
deleteCustomKeyStoreAsync(DeleteCustomKeyStoreRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Deletes a custom key store.
deleteCustomKeyStoreAsync(DeleteCustomKeyStoreRequest, AsyncHandler<DeleteCustomKeyStoreRequest, DeleteCustomKeyStoreResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Deletes a custom key store.
deleteCustomKeyStoreAsync(DeleteCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
deleteCustomKeyStoreAsync(DeleteCustomKeyStoreRequest, AsyncHandler<DeleteCustomKeyStoreRequest, DeleteCustomKeyStoreResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
DeleteCustomKeyStoreRequest - Class in com.amazonaws.services.kms.model
 
DeleteCustomKeyStoreRequest() - Constructor for class com.amazonaws.services.kms.model.DeleteCustomKeyStoreRequest
 
DeleteCustomKeyStoreResult - Class in com.amazonaws.services.kms.model
 
DeleteCustomKeyStoreResult() - Constructor for class com.amazonaws.services.kms.model.DeleteCustomKeyStoreResult
 
deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Deletes key material that you previously imported.
deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Deletes key material that you previously imported.
deleteImportedKeyMaterialAsync(DeleteImportedKeyMaterialRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
deleteImportedKeyMaterialAsync(DeleteImportedKeyMaterialRequest, AsyncHandler<DeleteImportedKeyMaterialRequest, DeleteImportedKeyMaterialResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
deleteImportedKeyMaterialAsync(DeleteImportedKeyMaterialRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Deletes key material that you previously imported.
deleteImportedKeyMaterialAsync(DeleteImportedKeyMaterialRequest, AsyncHandler<DeleteImportedKeyMaterialRequest, DeleteImportedKeyMaterialResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Deletes key material that you previously imported.
deleteImportedKeyMaterialAsync(DeleteImportedKeyMaterialRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
deleteImportedKeyMaterialAsync(DeleteImportedKeyMaterialRequest, AsyncHandler<DeleteImportedKeyMaterialRequest, DeleteImportedKeyMaterialResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
DeleteImportedKeyMaterialRequest - Class in com.amazonaws.services.kms.model
 
DeleteImportedKeyMaterialRequest() - Constructor for class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
 
DeleteImportedKeyMaterialResult - Class in com.amazonaws.services.kms.model
 
DeleteImportedKeyMaterialResult() - Constructor for class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialResult
 
DependencyTimeoutException - Exception in com.amazonaws.services.kms.model
The system timed out while trying to fulfill the request.
DependencyTimeoutException(String) - Constructor for exception com.amazonaws.services.kms.model.DependencyTimeoutException
Constructs a new DependencyTimeoutException with the specified error message.
describeCustomKeyStores(DescribeCustomKeyStoresRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
describeCustomKeyStores(DescribeCustomKeyStoresRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Gets information about custom key stores in the account and region.
describeCustomKeyStores(DescribeCustomKeyStoresRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Gets information about custom key stores in the account and region.
describeCustomKeyStoresAsync(DescribeCustomKeyStoresRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
describeCustomKeyStoresAsync(DescribeCustomKeyStoresRequest, AsyncHandler<DescribeCustomKeyStoresRequest, DescribeCustomKeyStoresResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
describeCustomKeyStoresAsync(DescribeCustomKeyStoresRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets information about custom key stores in the account and region.
describeCustomKeyStoresAsync(DescribeCustomKeyStoresRequest, AsyncHandler<DescribeCustomKeyStoresRequest, DescribeCustomKeyStoresResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets information about custom key stores in the account and region.
describeCustomKeyStoresAsync(DescribeCustomKeyStoresRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
describeCustomKeyStoresAsync(DescribeCustomKeyStoresRequest, AsyncHandler<DescribeCustomKeyStoresRequest, DescribeCustomKeyStoresResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
DescribeCustomKeyStoresRequest - Class in com.amazonaws.services.kms.model
 
DescribeCustomKeyStoresRequest() - Constructor for class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
 
DescribeCustomKeyStoresResult - Class in com.amazonaws.services.kms.model
 
DescribeCustomKeyStoresResult() - Constructor for class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
 
describeKey(DescribeKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
describeKey(DescribeKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Provides detailed information about a customer master key (CMK).
describeKey(DescribeKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Provides detailed information about a customer master key (CMK).
describeKeyAsync(DescribeKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
describeKeyAsync(DescribeKeyRequest, AsyncHandler<DescribeKeyRequest, DescribeKeyResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
describeKeyAsync(DescribeKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Provides detailed information about a customer master key (CMK).
describeKeyAsync(DescribeKeyRequest, AsyncHandler<DescribeKeyRequest, DescribeKeyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Provides detailed information about a customer master key (CMK).
describeKeyAsync(DescribeKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
describeKeyAsync(DescribeKeyRequest, AsyncHandler<DescribeKeyRequest, DescribeKeyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
DescribeKeyRequest - Class in com.amazonaws.services.kms.model
 
DescribeKeyRequest() - Constructor for class com.amazonaws.services.kms.model.DescribeKeyRequest
 
DescribeKeyResult - Class in com.amazonaws.services.kms.model
 
DescribeKeyResult() - Constructor for class com.amazonaws.services.kms.model.DescribeKeyResult
 
DisabledException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified CMK is not enabled.
DisabledException(String) - Constructor for exception com.amazonaws.services.kms.model.DisabledException
Constructs a new DisabledException with the specified error message.
disableKey(DisableKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
disableKey(DisableKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.
disableKey(DisableKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.
disableKeyAsync(DisableKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
disableKeyAsync(DisableKeyRequest, AsyncHandler<DisableKeyRequest, DisableKeyResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
disableKeyAsync(DisableKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.
disableKeyAsync(DisableKeyRequest, AsyncHandler<DisableKeyRequest, DisableKeyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.
disableKeyAsync(DisableKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
disableKeyAsync(DisableKeyRequest, AsyncHandler<DisableKeyRequest, DisableKeyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
DisableKeyRequest - Class in com.amazonaws.services.kms.model
 
DisableKeyRequest() - Constructor for class com.amazonaws.services.kms.model.DisableKeyRequest
 
DisableKeyResult - Class in com.amazonaws.services.kms.model
 
DisableKeyResult() - Constructor for class com.amazonaws.services.kms.model.DisableKeyResult
 
disableKeyRotation(DisableKeyRotationRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
disableKeyRotation(DisableKeyRotationRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Disables automatic rotation of the key material for the specified symmetric customer master key (CMK).
disableKeyRotation(DisableKeyRotationRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Disables automatic rotation of the key material for the specified symmetric customer master key (CMK).
disableKeyRotationAsync(DisableKeyRotationRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
disableKeyRotationAsync(DisableKeyRotationRequest, AsyncHandler<DisableKeyRotationRequest, DisableKeyRotationResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
disableKeyRotationAsync(DisableKeyRotationRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Disables automatic rotation of the key material for the specified symmetric customer master key (CMK).
disableKeyRotationAsync(DisableKeyRotationRequest, AsyncHandler<DisableKeyRotationRequest, DisableKeyRotationResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Disables automatic rotation of the key material for the specified symmetric customer master key (CMK).
disableKeyRotationAsync(DisableKeyRotationRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
disableKeyRotationAsync(DisableKeyRotationRequest, AsyncHandler<DisableKeyRotationRequest, DisableKeyRotationResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
DisableKeyRotationRequest - Class in com.amazonaws.services.kms.model
 
DisableKeyRotationRequest() - Constructor for class com.amazonaws.services.kms.model.DisableKeyRotationRequest
 
DisableKeyRotationResult - Class in com.amazonaws.services.kms.model
 
DisableKeyRotationResult() - Constructor for class com.amazonaws.services.kms.model.DisableKeyRotationResult
 
disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Disconnects the custom key store from its associated AWS CloudHSM cluster.
disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Disconnects the custom key store from its associated AWS CloudHSM cluster.
disconnectCustomKeyStoreAsync(DisconnectCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
disconnectCustomKeyStoreAsync(DisconnectCustomKeyStoreRequest, AsyncHandler<DisconnectCustomKeyStoreRequest, DisconnectCustomKeyStoreResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
disconnectCustomKeyStoreAsync(DisconnectCustomKeyStoreRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Disconnects the custom key store from its associated AWS CloudHSM cluster.
disconnectCustomKeyStoreAsync(DisconnectCustomKeyStoreRequest, AsyncHandler<DisconnectCustomKeyStoreRequest, DisconnectCustomKeyStoreResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Disconnects the custom key store from its associated AWS CloudHSM cluster.
disconnectCustomKeyStoreAsync(DisconnectCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
disconnectCustomKeyStoreAsync(DisconnectCustomKeyStoreRequest, AsyncHandler<DisconnectCustomKeyStoreRequest, DisconnectCustomKeyStoreResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
DisconnectCustomKeyStoreRequest - Class in com.amazonaws.services.kms.model
 
DisconnectCustomKeyStoreRequest() - Constructor for class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreRequest
 
DisconnectCustomKeyStoreResult - Class in com.amazonaws.services.kms.model
 
DisconnectCustomKeyStoreResult() - Constructor for class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreResult
 

E

enableKey(EnableKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
enableKey(EnableKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Sets the key state of a customer master key (CMK) to enabled.
enableKey(EnableKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Sets the key state of a customer master key (CMK) to enabled.
enableKeyAsync(EnableKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
enableKeyAsync(EnableKeyRequest, AsyncHandler<EnableKeyRequest, EnableKeyResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
enableKeyAsync(EnableKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Sets the key state of a customer master key (CMK) to enabled.
enableKeyAsync(EnableKeyRequest, AsyncHandler<EnableKeyRequest, EnableKeyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Sets the key state of a customer master key (CMK) to enabled.
enableKeyAsync(EnableKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
enableKeyAsync(EnableKeyRequest, AsyncHandler<EnableKeyRequest, EnableKeyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
EnableKeyRequest - Class in com.amazonaws.services.kms.model
 
EnableKeyRequest() - Constructor for class com.amazonaws.services.kms.model.EnableKeyRequest
 
EnableKeyResult - Class in com.amazonaws.services.kms.model
 
EnableKeyResult() - Constructor for class com.amazonaws.services.kms.model.EnableKeyResult
 
enableKeyRotation(EnableKeyRotationRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
enableKeyRotation(EnableKeyRotationRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Enables automatic rotation of the key material for the specified symmetric customer master key (CMK).
enableKeyRotation(EnableKeyRotationRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Enables automatic rotation of the key material for the specified symmetric customer master key (CMK).
enableKeyRotationAsync(EnableKeyRotationRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
enableKeyRotationAsync(EnableKeyRotationRequest, AsyncHandler<EnableKeyRotationRequest, EnableKeyRotationResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
enableKeyRotationAsync(EnableKeyRotationRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Enables automatic rotation of the key material for the specified symmetric customer master key (CMK).
enableKeyRotationAsync(EnableKeyRotationRequest, AsyncHandler<EnableKeyRotationRequest, EnableKeyRotationResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Enables automatic rotation of the key material for the specified symmetric customer master key (CMK).
enableKeyRotationAsync(EnableKeyRotationRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
enableKeyRotationAsync(EnableKeyRotationRequest, AsyncHandler<EnableKeyRotationRequest, EnableKeyRotationResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
EnableKeyRotationRequest - Class in com.amazonaws.services.kms.model
 
EnableKeyRotationRequest() - Constructor for class com.amazonaws.services.kms.model.EnableKeyRotationRequest
 
EnableKeyRotationResult - Class in com.amazonaws.services.kms.model
 
EnableKeyRotationResult() - Constructor for class com.amazonaws.services.kms.model.EnableKeyRotationResult
 
encrypt(EncryptRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
encrypt(EncryptRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Encrypts plaintext into ciphertext by using a customer master key (CMK).
encrypt(EncryptRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Encrypts plaintext into ciphertext by using a customer master key (CMK).
encryptAsync(EncryptRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
encryptAsync(EncryptRequest, AsyncHandler<EncryptRequest, EncryptResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
encryptAsync(EncryptRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Encrypts plaintext into ciphertext by using a customer master key (CMK).
encryptAsync(EncryptRequest, AsyncHandler<EncryptRequest, EncryptResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Encrypts plaintext into ciphertext by using a customer master key (CMK).
encryptAsync(EncryptRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
encryptAsync(EncryptRequest, AsyncHandler<EncryptRequest, EncryptResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
EncryptionAlgorithmSpec - Enum in com.amazonaws.services.kms.model
 
EncryptRequest - Class in com.amazonaws.services.kms.model
 
EncryptRequest() - Constructor for class com.amazonaws.services.kms.model.EncryptRequest
 
EncryptResult - Class in com.amazonaws.services.kms.model
 
EncryptResult() - Constructor for class com.amazonaws.services.kms.model.EncryptResult
 
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.kms.AWSKMS
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.kms.model.AliasListEntry
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CreateAliasResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CreateGrantResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CreateKeyResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DecryptRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DecryptResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DeleteAliasRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DeleteAliasResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DescribeKeyResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DisableKeyResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DisableKeyRotationResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.EnableKeyResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.EnableKeyRotationResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.EncryptRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.EncryptResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GetKeyPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GrantConstraints
 
equals(Object) - Method in class com.amazonaws.services.kms.model.GrantListEntry
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.KeyListEntry
 
equals(Object) - Method in class com.amazonaws.services.kms.model.KeyMetadata
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListKeysRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListKeysResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.RetireGrantResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.RevokeGrantResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.SignRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.SignResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.kms.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.UpdateAliasResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionResult
 
equals(Object) - Method in class com.amazonaws.services.kms.model.VerifyRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.VerifyResult
 
ExpirationModelType - Enum in com.amazonaws.services.kms.model
 
ExpiredImportTokenException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified import token is expired.
ExpiredImportTokenException(String) - Constructor for exception com.amazonaws.services.kms.model.ExpiredImportTokenException
Constructs a new ExpiredImportTokenException with the specified error message.

F

fromValue(String) - Static method in enum com.amazonaws.services.kms.model.AlgorithmSpec
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.ConnectionErrorCodeType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.ConnectionStateType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.CustomerMasterKeySpec
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.DataKeyPairSpec
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.DataKeySpec
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.EncryptionAlgorithmSpec
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.ExpirationModelType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.GrantOperation
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.KeyManagerType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.KeyState
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.KeyUsageType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.MessageType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.OriginType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.SigningAlgorithmSpec
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kms.model.WrappingKeySpec
Use this in place of valueOf.

G

generateDataKey(GenerateDataKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
generateDataKey(GenerateDataKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Generates a unique symmetric data key.
generateDataKey(GenerateDataKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Generates a unique symmetric data key.
generateDataKeyAsync(GenerateDataKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
generateDataKeyAsync(GenerateDataKeyRequest, AsyncHandler<GenerateDataKeyRequest, GenerateDataKeyResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
generateDataKeyAsync(GenerateDataKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Generates a unique symmetric data key.
generateDataKeyAsync(GenerateDataKeyRequest, AsyncHandler<GenerateDataKeyRequest, GenerateDataKeyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Generates a unique symmetric data key.
generateDataKeyAsync(GenerateDataKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
generateDataKeyAsync(GenerateDataKeyRequest, AsyncHandler<GenerateDataKeyRequest, GenerateDataKeyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
generateDataKeyPair(GenerateDataKeyPairRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
generateDataKeyPair(GenerateDataKeyPairRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Generates a unique asymmetric data key pair.
generateDataKeyPair(GenerateDataKeyPairRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Generates a unique asymmetric data key pair.
generateDataKeyPairAsync(GenerateDataKeyPairRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
generateDataKeyPairAsync(GenerateDataKeyPairRequest, AsyncHandler<GenerateDataKeyPairRequest, GenerateDataKeyPairResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
generateDataKeyPairAsync(GenerateDataKeyPairRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Generates a unique asymmetric data key pair.
generateDataKeyPairAsync(GenerateDataKeyPairRequest, AsyncHandler<GenerateDataKeyPairRequest, GenerateDataKeyPairResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Generates a unique asymmetric data key pair.
generateDataKeyPairAsync(GenerateDataKeyPairRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
generateDataKeyPairAsync(GenerateDataKeyPairRequest, AsyncHandler<GenerateDataKeyPairRequest, GenerateDataKeyPairResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
GenerateDataKeyPairRequest - Class in com.amazonaws.services.kms.model
 
GenerateDataKeyPairRequest() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
 
GenerateDataKeyPairResult - Class in com.amazonaws.services.kms.model
 
GenerateDataKeyPairResult() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
 
generateDataKeyPairWithoutPlaintext(GenerateDataKeyPairWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
generateDataKeyPairWithoutPlaintext(GenerateDataKeyPairWithoutPlaintextRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Generates a unique asymmetric data key pair.
generateDataKeyPairWithoutPlaintext(GenerateDataKeyPairWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Generates a unique asymmetric data key pair.
generateDataKeyPairWithoutPlaintextAsync(GenerateDataKeyPairWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
generateDataKeyPairWithoutPlaintextAsync(GenerateDataKeyPairWithoutPlaintextRequest, AsyncHandler<GenerateDataKeyPairWithoutPlaintextRequest, GenerateDataKeyPairWithoutPlaintextResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
generateDataKeyPairWithoutPlaintextAsync(GenerateDataKeyPairWithoutPlaintextRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Generates a unique asymmetric data key pair.
generateDataKeyPairWithoutPlaintextAsync(GenerateDataKeyPairWithoutPlaintextRequest, AsyncHandler<GenerateDataKeyPairWithoutPlaintextRequest, GenerateDataKeyPairWithoutPlaintextResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Generates a unique asymmetric data key pair.
generateDataKeyPairWithoutPlaintextAsync(GenerateDataKeyPairWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
generateDataKeyPairWithoutPlaintextAsync(GenerateDataKeyPairWithoutPlaintextRequest, AsyncHandler<GenerateDataKeyPairWithoutPlaintextRequest, GenerateDataKeyPairWithoutPlaintextResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
GenerateDataKeyPairWithoutPlaintextRequest - Class in com.amazonaws.services.kms.model
 
GenerateDataKeyPairWithoutPlaintextRequest() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
 
GenerateDataKeyPairWithoutPlaintextResult - Class in com.amazonaws.services.kms.model
 
GenerateDataKeyPairWithoutPlaintextResult() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
 
GenerateDataKeyRequest - Class in com.amazonaws.services.kms.model
 
GenerateDataKeyRequest() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyRequest
 
GenerateDataKeyResult - Class in com.amazonaws.services.kms.model
 
GenerateDataKeyResult() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyResult
 
generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Generates a unique symmetric data key.
generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Generates a unique symmetric data key.
generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest, AsyncHandler<GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintextResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Generates a unique symmetric data key.
generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest, AsyncHandler<GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintextResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Generates a unique symmetric data key.
generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest, AsyncHandler<GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintextResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
GenerateDataKeyWithoutPlaintextRequest - Class in com.amazonaws.services.kms.model
 
GenerateDataKeyWithoutPlaintextRequest() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
 
GenerateDataKeyWithoutPlaintextResult - Class in com.amazonaws.services.kms.model
 
GenerateDataKeyWithoutPlaintextResult() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
 
generateRandom(GenerateRandomRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
generateRandom() - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
generateRandom(GenerateRandomRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Returns a random byte string that is cryptographically secure.
generateRandom() - Method in interface com.amazonaws.services.kms.AWSKMS
Simplified method form for invoking the GenerateRandom operation.
generateRandom(GenerateRandomRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Returns a random byte string that is cryptographically secure.
generateRandom() - Method in class com.amazonaws.services.kms.AWSKMSClient
 
generateRandomAsync(GenerateRandomRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
generateRandomAsync(GenerateRandomRequest, AsyncHandler<GenerateRandomRequest, GenerateRandomResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
generateRandomAsync() - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
Simplified method form for invoking the GenerateRandom operation.
generateRandomAsync(AsyncHandler<GenerateRandomRequest, GenerateRandomResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
Simplified method form for invoking the GenerateRandom operation with an AsyncHandler.
generateRandomAsync(GenerateRandomRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Returns a random byte string that is cryptographically secure.
generateRandomAsync(GenerateRandomRequest, AsyncHandler<GenerateRandomRequest, GenerateRandomResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Returns a random byte string that is cryptographically secure.
generateRandomAsync() - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Simplified method form for invoking the GenerateRandom operation.
generateRandomAsync(AsyncHandler<GenerateRandomRequest, GenerateRandomResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Simplified method form for invoking the GenerateRandom operation with an AsyncHandler.
generateRandomAsync(GenerateRandomRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
generateRandomAsync(GenerateRandomRequest, AsyncHandler<GenerateRandomRequest, GenerateRandomResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
generateRandomAsync() - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Simplified method form for invoking the GenerateRandom operation.
generateRandomAsync(AsyncHandler<GenerateRandomRequest, GenerateRandomResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Simplified method form for invoking the GenerateRandom operation with an AsyncHandler.
GenerateRandomRequest - Class in com.amazonaws.services.kms.model
 
GenerateRandomRequest() - Constructor for class com.amazonaws.services.kms.model.GenerateRandomRequest
 
GenerateRandomResult - Class in com.amazonaws.services.kms.model
 
GenerateRandomResult() - Constructor for class com.amazonaws.services.kms.model.GenerateRandomResult
 
getActionName() - Method in enum com.amazonaws.auth.policy.actions.KMSActions
 
getAliasArn() - Method in class com.amazonaws.services.kms.model.AliasListEntry
String that contains the key ARN.
getAliases() - Method in class com.amazonaws.services.kms.model.ListAliasesResult
A list of aliases.
getAliasName() - Method in class com.amazonaws.services.kms.model.AliasListEntry
String that contains the alias.
getAliasName() - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
Specifies the alias name.
getAliasName() - Method in class com.amazonaws.services.kms.model.DeleteAliasRequest
The alias to be deleted.
getAliasName() - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Identifies the alias that is changing its CMK.
getArn() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The Amazon Resource Name (ARN) of the CMK.
getAWSAccountId() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The twelve-digit account ID of the AWS account that owns the CMK.
getBypassPolicyLockoutSafetyCheck() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
A flag to indicate whether to bypass the key policy lockout safety check.
getBypassPolicyLockoutSafetyCheck() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
A flag to indicate whether to bypass the key policy lockout safety check.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.DecryptRequest
Ciphertext to be decrypted.
getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.EncryptResult
The encrypted plaintext.
getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The encrypted copy of the data key.
getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The encrypted data key.
getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Ciphertext of the data to reencrypt.
getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The reencrypted data.
getCloudHsmClusterId() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Identifies the AWS CloudHSM cluster for the custom key store.
getCloudHsmClusterId() - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
A unique identifier for the AWS CloudHSM cluster that is associated with the custom key store.
getCloudHsmClusterId() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK.
getCloudHsmClusterId() - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Associates the custom key store with a related AWS CloudHSM cluster.
getConnectionErrorCode() - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
Describes the connection error.
getConnectionState() - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
Indicates whether the custom key store is connected to its AWS CloudHSM cluster.
getConstraints() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
Allows a cryptographic operation only when the encryption context matches or includes the encryption context specified in this structure.
getConstraints() - Method in class com.amazonaws.services.kms.model.GrantListEntry
A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.
getCreationDate() - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
The date and time when the custom key store was created.
getCreationDate() - Method in class com.amazonaws.services.kms.model.GrantListEntry
The date and time when the grant was created.
getCreationDate() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The date and time when the CMK was created.
getCustomerMasterKeySpec() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Specifies the type of CMK to create.
getCustomerMasterKeySpec() - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The type of the of the public key that was downloaded.
getCustomerMasterKeySpec() - Method in class com.amazonaws.services.kms.model.KeyMetadata
Describes the type of key material in the CMK.
getCustomKeyStoreId() - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreRequest
Enter the key store ID of the custom key store that you want to connect.
getCustomKeyStoreId() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreResult
A unique identifier for the new custom key store.
getCustomKeyStoreId() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Creates the CMK in the specified custom key store and the key material in its associated AWS CloudHSM cluster.
getCustomKeyStoreId() - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
A unique identifier for the custom key store.
getCustomKeyStoreId() - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreRequest
Enter the ID of the custom key store you want to delete.
getCustomKeyStoreId() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Gets only information about the specified custom key store.
getCustomKeyStoreId() - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreRequest
Enter the ID of the custom key store you want to disconnect.
getCustomKeyStoreId() - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store.
getCustomKeyStoreId() - Method in class com.amazonaws.services.kms.model.KeyMetadata
A unique identifier for the custom key store that contains the CMK.
getCustomKeyStoreId() - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Identifies the custom key store that you want to update.
getCustomKeyStoreName() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Specifies a friendly name for the custom key store.
getCustomKeyStoreName() - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
The user-specified friendly name for the custom key store.
getCustomKeyStoreName() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Gets only information about the specified custom key store.
getCustomKeyStores() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
Contains metadata about each custom key store.
getDeletionDate() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The date and time after which AWS KMS deletes the CMK.
getDeletionDate() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
The date and time after which AWS KMS deletes the customer master key (CMK).
getDescription() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
A description of the CMK.
getDescription() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The description of the CMK.
getDescription() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
New description for the CMK.
getDestinationEncryptionAlgorithm() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption algorithm that AWS KMS will use to reecrypt the data after it has decrypted it.
getDestinationEncryptionAlgorithm() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The encryption algorithm that was used to reencrypt the data.
getDestinationEncryptionContext() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies that encryption context to use when the reencrypting the data.
getDestinationKeyId() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A unique identifier for the CMK that is used to reencrypt the data.
getEnabled() - Method in class com.amazonaws.services.kms.model.KeyMetadata
Specifies whether the CMK is enabled.
getEncryptedKeyMaterial() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The encrypted key material to import.
getEncryptionAlgorithm() - Method in class com.amazonaws.services.kms.model.DecryptRequest
Specifies the encryption algorithm that will be used to decrypt the ciphertext.
getEncryptionAlgorithm() - Method in class com.amazonaws.services.kms.model.DecryptResult
The encryption algorithm that was used to decrypt the ciphertext.
getEncryptionAlgorithm() - Method in class com.amazonaws.services.kms.model.EncryptRequest
Specifies the encryption algorithm that AWS KMS will use to encrypt the plaintext message.
getEncryptionAlgorithm() - Method in class com.amazonaws.services.kms.model.EncryptResult
The encryption algorithm that was used to encrypt the plaintext.
getEncryptionAlgorithms() - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The encryption algorithms that AWS KMS supports for this key.
getEncryptionAlgorithms() - Method in class com.amazonaws.services.kms.model.KeyMetadata
A list of encryption algorithms that the CMK supports.
getEncryptionContext() - Method in class com.amazonaws.services.kms.model.DecryptRequest
Specifies the encryption context to use when decrypting the data.
getEncryptionContext() - Method in class com.amazonaws.services.kms.model.EncryptRequest
Specifies the encryption context that will be used to encrypt the data.
getEncryptionContext() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Specifies the encryption context that will be used when encrypting the private key in the data key pair.
getEncryptionContext() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Specifies the encryption context that will be used when encrypting the private key in the data key pair.
getEncryptionContext() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the encryption context that will be used when encrypting the data key.
getEncryptionContext() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
Specifies the encryption context that will be used when encrypting the data key.
getEncryptionContextEquals() - Method in class com.amazonaws.services.kms.model.GrantConstraints
A list of key-value pairs that must match the encryption context in the cryptographic operation request.
getEncryptionContextSubset() - Method in class com.amazonaws.services.kms.model.GrantConstraints
A list of key-value pairs that must be included in the encryption context of the cryptographic operation request.
getExecutorService() - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Returns the executor service used by this client to execute async requests.
getExpirationModel() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
Specifies whether the key material expires.
getExpirationModel() - Method in class com.amazonaws.services.kms.model.KeyMetadata
Specifies whether the CMK's key material expires.
getGranteePrincipal() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The principal that is given permission to perform the operations that the grant permits.
getGranteePrincipal() - Method in class com.amazonaws.services.kms.model.GrantListEntry
The principal that receives the grant's permissions.
getGrantId() - Method in class com.amazonaws.services.kms.model.CreateGrantResult
The unique identifier for the grant.
getGrantId() - Method in class com.amazonaws.services.kms.model.GrantListEntry
The unique identifier for the grant.
getGrantId() - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
Unique identifier of the grant to retire.
getGrantId() - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
Identifier of the grant to be revoked.
getGrants() - Method in class com.amazonaws.services.kms.model.ListGrantsResult
A list of grants.
getGrants() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
A list of grants.
getGrantToken() - Method in class com.amazonaws.services.kms.model.CreateGrantResult
The grant token.
getGrantToken() - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
Token that identifies the grant to be retired.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.DecryptRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.EncryptRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.SignRequest
A list of grant tokens.
getGrantTokens() - Method in class com.amazonaws.services.kms.model.VerifyRequest
A list of grant tokens.
getImportToken() - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The import token to send in a subsequent ImportKeyMaterial request.
getImportToken() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The import token that you received in the response to a previous GetParametersForImport request.
getIssuingAccount() - Method in class com.amazonaws.services.kms.model.GrantListEntry
The AWS account under which the grant was issued.
getKeyArn() - Method in class com.amazonaws.services.kms.model.KeyListEntry
ARN of the key.
getKeyId() - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionRequest
The unique identifier for the customer master key (CMK) for which to cancel deletion.
getKeyId() - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionResult
The unique identifier of the master key for which deletion is canceled.
getKeyId() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The unique identifier for the customer master key (CMK) that the grant applies to.
getKeyId() - Method in class com.amazonaws.services.kms.model.DecryptRequest
Specifies the customer master key (CMK) that AWS KMS will use to decrypt the ciphertext.
getKeyId() - Method in class com.amazonaws.services.kms.model.DecryptResult
The ARN of the customer master key that was used to perform the decryption.
getKeyId() - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
Identifies the CMK from which you are deleting imported key material.
getKeyId() - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
Describes the specified customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
A unique identifier for the customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
Identifies a symmetric customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
A unique identifier for the customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
Identifies a symmetric customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.EncryptRequest
A unique identifier for the customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.EncryptResult
The ID of the key used during encryption.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Specifies the symmetric CMK that encrypts the private key in the data key pair.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The identifier of the CMK that encrypted the private key.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Specifies the CMK that encrypts the private key in the data key pair.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
Specifies the CMK that encrypted the private key in the data key pair.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Identifies the symmetric CMK that encrypts the data key.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The identifier of the CMK that encrypted the data key.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The identifier of the symmetric customer master key (CMK) that encrypts the data key.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The identifier of the CMK that encrypted the data key.
getKeyId() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
A unique identifier for the customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
A unique identifier for the customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The identifier of the symmetric CMK into which you will import key material.
getKeyId() - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The identifier of the CMK to use in a subsequent ImportKeyMaterial request.
getKeyId() - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
Identifies the asymmetric CMK that includes the public key.
getKeyId() - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The identifier of the asymmetric CMK from which the public key was downloaded.
getKeyId() - Method in class com.amazonaws.services.kms.model.GrantListEntry
The unique identifier for the customer master key (CMK) to which the grant applies.
getKeyId() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The identifier of the symmetric CMK that receives the imported key material.
getKeyId() - Method in class com.amazonaws.services.kms.model.KeyListEntry
Unique identifier of the key.
getKeyId() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The globally unique identifier for the CMK.
getKeyId() - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Lists only aliases that refer to the specified CMK.
getKeyId() - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
A unique identifier for the customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
A unique identifier for the customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
A unique identifier for the customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
A unique identifier for the customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Unique identifier of the CMK used to reencrypt the data.
getKeyId() - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
The Amazon Resource Name (ARN) of the CMK associated with the grant.
getKeyId() - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
A unique identifier for the customer master key associated with the grant.
getKeyId() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
The unique identifier of the customer master key (CMK) to delete.
getKeyId() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
getKeyId() - Method in class com.amazonaws.services.kms.model.SignRequest
Identifies an asymmetric CMK.
getKeyId() - Method in class com.amazonaws.services.kms.model.SignResult
The Amazon Resource Name (ARN) of the asymmetric CMK that was used to sign the message.
getKeyId() - Method in class com.amazonaws.services.kms.model.TagResourceRequest
A unique identifier for the CMK you are tagging.
getKeyId() - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
A unique identifier for the CMK from which you are removing tags.
getKeyId() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
A unique identifier for the customer master key (CMK).
getKeyId() - Method in class com.amazonaws.services.kms.model.VerifyRequest
Identifies the asymmetric CMK that will be used to verify the signature.
getKeyId() - Method in class com.amazonaws.services.kms.model.VerifyResult
The unique identifier for the asymmetric CMK that was used to verify the signature.
getKeyManager() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The manager of the CMK.
getKeyMetadata() - Method in class com.amazonaws.services.kms.model.CreateKeyResult
Metadata associated with the CMK.
getKeyMetadata() - Method in class com.amazonaws.services.kms.model.DescribeKeyResult
Metadata associated with the key.
getKeyPairSpec() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Determines the type of data key pair that is generated.
getKeyPairSpec() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The type of data key pair that was generated.
getKeyPairSpec() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Determines the type of data key pair that is generated.
getKeyPairSpec() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
The type of data key pair that was generated.
getKeyPolicy(GetKeyPolicyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
getKeyPolicy(GetKeyPolicyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Gets a key policy attached to the specified customer master key (CMK).
getKeyPolicy(GetKeyPolicyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Gets a key policy attached to the specified customer master key (CMK).
getKeyPolicyAsync(GetKeyPolicyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
getKeyPolicyAsync(GetKeyPolicyRequest, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
getKeyPolicyAsync(GetKeyPolicyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets a key policy attached to the specified customer master key (CMK).
getKeyPolicyAsync(GetKeyPolicyRequest, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets a key policy attached to the specified customer master key (CMK).
getKeyPolicyAsync(GetKeyPolicyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
getKeyPolicyAsync(GetKeyPolicyRequest, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
GetKeyPolicyRequest - Class in com.amazonaws.services.kms.model
 
GetKeyPolicyRequest() - Constructor for class com.amazonaws.services.kms.model.GetKeyPolicyRequest
 
GetKeyPolicyResult - Class in com.amazonaws.services.kms.model
 
GetKeyPolicyResult() - Constructor for class com.amazonaws.services.kms.model.GetKeyPolicyResult
 
getKeyRotationEnabled() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
A Boolean value that specifies whether key rotation is enabled.
getKeyRotationStatus(GetKeyRotationStatusRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
getKeyRotationStatus(GetKeyRotationStatusRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Gets a Boolean value that indicates whether automatic rotation of the key material is enabled for the specified customer master key (CMK).
getKeyRotationStatus(GetKeyRotationStatusRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Gets a Boolean value that indicates whether automatic rotation of the key material is enabled for the specified customer master key (CMK).
getKeyRotationStatusAsync(GetKeyRotationStatusRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
getKeyRotationStatusAsync(GetKeyRotationStatusRequest, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
getKeyRotationStatusAsync(GetKeyRotationStatusRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets a Boolean value that indicates whether automatic rotation of the key material is enabled for the specified customer master key (CMK).
getKeyRotationStatusAsync(GetKeyRotationStatusRequest, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets a Boolean value that indicates whether automatic rotation of the key material is enabled for the specified customer master key (CMK).
getKeyRotationStatusAsync(GetKeyRotationStatusRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
getKeyRotationStatusAsync(GetKeyRotationStatusRequest, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
GetKeyRotationStatusRequest - Class in com.amazonaws.services.kms.model
 
GetKeyRotationStatusRequest() - Constructor for class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
 
GetKeyRotationStatusResult - Class in com.amazonaws.services.kms.model
 
GetKeyRotationStatusResult() - Constructor for class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
 
getKeys() - Method in class com.amazonaws.services.kms.model.ListKeysResult
A list of customer master keys (CMKs).
getKeySpec() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the length of the data key.
getKeySpec() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data key.
getKeyState() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The state of the CMK.
getKeyStorePassword() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Enter the password of the kmsuser crypto user (CU) account in the specified AWS CloudHSM cluster.
getKeyStorePassword() - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Enter the current password of the kmsuser crypto user (CU) in the AWS CloudHSM cluster that is associated with the custom key store.
getKeyUsage() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Determines the cryptographic operations for which you can use the CMK.
getKeyUsage() - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The permitted use of the public key.
getKeyUsage() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The cryptographic operations for which you can use the CMK.
getLimit() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Use this parameter to specify the maximum number of items to return.
getLimit() - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Use this parameter to specify the maximum number of items to return.
getLimit() - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
Use this parameter to specify the maximum number of items to return.
getLimit() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
Use this parameter to specify the maximum number of items to return.
getLimit() - Method in class com.amazonaws.services.kms.model.ListKeysRequest
Use this parameter to specify the maximum number of items to return.
getLimit() - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
Use this parameter to specify the maximum number of items to return.
getLimit() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
Use this parameter to specify the maximum number of items to return.
getMarker() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
getMarker() - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
getMarker() - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
getMarker() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
getMarker() - Method in class com.amazonaws.services.kms.model.ListKeysRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
getMarker() - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
getMarker() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
getMessage() - Method in class com.amazonaws.services.kms.model.SignRequest
Specifies the message or message digest to sign.
getMessage() - Method in class com.amazonaws.services.kms.model.VerifyRequest
Specifies the message that was signed.
getMessageType() - Method in class com.amazonaws.services.kms.model.SignRequest
Tells AWS KMS whether the value of the Message parameter is a message or message digest.
getMessageType() - Method in class com.amazonaws.services.kms.model.VerifyRequest
Tells AWS KMS whether the value of the Message parameter is a message or message digest.
getName() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A friendly name for identifying the grant.
getName() - Method in class com.amazonaws.services.kms.model.GrantListEntry
The friendly name that identifies the grant.
getNewCustomKeyStoreName() - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Changes the friendly name of the custom key store to the value that you specify.
getNextMarker() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListAliasesResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListGrantsResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListKeysResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
getNumberOfBytes() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the length of the data key in bytes.
getNumberOfBytes() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data key in bytes.
getNumberOfBytes() - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
The length of the byte string.
getOperations() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A list of operations that the grant permits.
getOperations() - Method in class com.amazonaws.services.kms.model.GrantListEntry
The list of operations permitted by the grant.
getOrigin() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The source of the key material for the CMK.
getOrigin() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The source of the CMK's key material.
getParametersForImport(GetParametersForImportRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
getParametersForImport(GetParametersForImportRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Returns the items you need to import key material into a symmetric, customer managed customer master key (CMK).
getParametersForImport(GetParametersForImportRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Returns the items you need to import key material into a symmetric, customer managed customer master key (CMK).
getParametersForImportAsync(GetParametersForImportRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
getParametersForImportAsync(GetParametersForImportRequest, AsyncHandler<GetParametersForImportRequest, GetParametersForImportResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
getParametersForImportAsync(GetParametersForImportRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Returns the items you need to import key material into a symmetric, customer managed customer master key (CMK).
getParametersForImportAsync(GetParametersForImportRequest, AsyncHandler<GetParametersForImportRequest, GetParametersForImportResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Returns the items you need to import key material into a symmetric, customer managed customer master key (CMK).
getParametersForImportAsync(GetParametersForImportRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
getParametersForImportAsync(GetParametersForImportRequest, AsyncHandler<GetParametersForImportRequest, GetParametersForImportResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
GetParametersForImportRequest - Class in com.amazonaws.services.kms.model
 
GetParametersForImportRequest() - Constructor for class com.amazonaws.services.kms.model.GetParametersForImportRequest
 
GetParametersForImportResult - Class in com.amazonaws.services.kms.model
 
GetParametersForImportResult() - Constructor for class com.amazonaws.services.kms.model.GetParametersForImportResult
 
getParametersValidTo() - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The time at which the import token and public key are no longer valid.
getPendingWindowInDays() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
The waiting period, specified in number of days.
getPlaintext() - Method in class com.amazonaws.services.kms.model.DecryptResult
Decrypted plaintext data.
getPlaintext() - Method in class com.amazonaws.services.kms.model.EncryptRequest
Data to be encrypted.
getPlaintext() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The plaintext data key.
getPlaintext() - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
The random byte string.
getPolicy() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The key policy to attach to the CMK.
getPolicy() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyResult
A key policy document in JSON format.
getPolicy() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
The key policy to attach to the CMK.
getPolicyName() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
Specifies the name of the key policy.
getPolicyName() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
The name of the key policy.
getPolicyNames() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
A list of key policy names.
getPrivateKeyCiphertextBlob() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The encrypted copy of the private key.
getPrivateKeyCiphertextBlob() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
The encrypted copy of the private key.
getPrivateKeyPlaintext() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The plaintext copy of the private key.
getPublicKey(GetPublicKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
getPublicKey(GetPublicKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Returns the public key of an asymmetric CMK.
getPublicKey(GetPublicKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Returns the public key of an asymmetric CMK.
getPublicKey() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The public key (in plaintext).
getPublicKey() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
The public key (in plaintext).
getPublicKey() - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
getPublicKey() - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The exported public key.
getPublicKeyAsync(GetPublicKeyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
getPublicKeyAsync(GetPublicKeyRequest, AsyncHandler<GetPublicKeyRequest, GetPublicKeyResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
getPublicKeyAsync(GetPublicKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Returns the public key of an asymmetric CMK.
getPublicKeyAsync(GetPublicKeyRequest, AsyncHandler<GetPublicKeyRequest, GetPublicKeyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Returns the public key of an asymmetric CMK.
getPublicKeyAsync(GetPublicKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
getPublicKeyAsync(GetPublicKeyRequest, AsyncHandler<GetPublicKeyRequest, GetPublicKeyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
GetPublicKeyRequest - Class in com.amazonaws.services.kms.model
 
GetPublicKeyRequest() - Constructor for class com.amazonaws.services.kms.model.GetPublicKeyRequest
 
GetPublicKeyResult - Class in com.amazonaws.services.kms.model
 
GetPublicKeyResult() - Constructor for class com.amazonaws.services.kms.model.GetPublicKeyResult
 
getRetiringPrincipal() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The principal that is given permission to retire the grant by using RetireGrant operation.
getRetiringPrincipal() - Method in class com.amazonaws.services.kms.model.GrantListEntry
The principal that can retire the grant.
getRetiringPrincipal() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
The retiring principal for which to list grants.
getSignature() - Method in class com.amazonaws.services.kms.model.SignResult
The cryptographic signature that was generated for the message.
getSignature() - Method in class com.amazonaws.services.kms.model.VerifyRequest
The signature that the Sign operation generated.
getSignatureValid() - Method in class com.amazonaws.services.kms.model.VerifyResult
A Boolean value that indicates whether the signature was verified.
getSigningAlgorithm() - Method in class com.amazonaws.services.kms.model.SignRequest
Specifies the signing algorithm to use when signing the message.
getSigningAlgorithm() - Method in class com.amazonaws.services.kms.model.SignResult
The signing algorithm that was used to sign the message.
getSigningAlgorithm() - Method in class com.amazonaws.services.kms.model.VerifyRequest
The signing algorithm that was used to sign the message.
getSigningAlgorithm() - Method in class com.amazonaws.services.kms.model.VerifyResult
The signing algorithm that was used to verify the signature.
getSigningAlgorithms() - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The signing algorithms that AWS KMS supports for this key.
getSigningAlgorithms() - Method in class com.amazonaws.services.kms.model.KeyMetadata
A list of signing algorithms that the CMK supports.
getSourceEncryptionAlgorithm() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption algorithm that AWS KMS will use to decrypt the ciphertext before it is reencrypted.
getSourceEncryptionAlgorithm() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
getSourceEncryptionContext() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption context to use to decrypt the ciphertext.
getSourceKeyId() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A unique identifier for the CMK that is used to decrypt the ciphertext before it reencrypts it using the destination CMK.
getSourceKeyId() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Unique identifier of the CMK used to originally encrypt the data.
getTagKey() - Method in class com.amazonaws.services.kms.model.Tag
The key of the tag.
getTagKeys() - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
One or more tag keys.
getTags() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
One or more tags.
getTags() - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
A list of tags.
getTags() - Method in class com.amazonaws.services.kms.model.TagResourceRequest
One or more tags.
getTagValue() - Method in class com.amazonaws.services.kms.model.Tag
The value of the tag.
getTargetKeyId() - Method in class com.amazonaws.services.kms.model.AliasListEntry
String that contains the key identifier referred to by the alias.
getTargetKeyId() - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
Identifies the CMK to which the alias refers.
getTargetKeyId() - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Identifies the CMK to associate with the alias.
getTruncated() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
A flag that indicates whether there are more items in the list.
getTruncated() - Method in class com.amazonaws.services.kms.model.ListAliasesResult
A flag that indicates whether there are more items in the list.
getTruncated() - Method in class com.amazonaws.services.kms.model.ListGrantsResult
A flag that indicates whether there are more items in the list.
getTruncated() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
A flag that indicates whether there are more items in the list.
getTruncated() - Method in class com.amazonaws.services.kms.model.ListKeysResult
A flag that indicates whether there are more items in the list.
getTruncated() - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
A flag that indicates whether there are more items in the list.
getTruncated() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
A flag that indicates whether there are more items in the list.
getTrustAnchorCertificate() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Enter the content of the trust anchor certificate for the cluster.
getTrustAnchorCertificate() - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
The trust anchor certificate of the associated AWS CloudHSM cluster.
getValidTo() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The time at which the imported key material expires.
getValidTo() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The time at which the imported key material expires.
getWrappingAlgorithm() - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial.
getWrappingKeySpec() - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The type of wrapping key (public key) to return in the response.
GrantConstraints - Class in com.amazonaws.services.kms.model
Use this structure to allow cryptographic operations in the grant only when the operation request includes the specified encryption context.
GrantConstraints() - Constructor for class com.amazonaws.services.kms.model.GrantConstraints
 
GrantListEntry - Class in com.amazonaws.services.kms.model
Contains information about an entry in a list of grants.
GrantListEntry() - Constructor for class com.amazonaws.services.kms.model.GrantListEntry
 
GrantOperation - Enum in com.amazonaws.services.kms.model
 

H

hashCode() - Method in class com.amazonaws.services.kms.model.AliasListEntry
 
hashCode() - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.CreateAliasResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.CreateGrantResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.CreateKeyResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
 
hashCode() - Method in class com.amazonaws.services.kms.model.DecryptRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.DecryptResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.DeleteAliasRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.DeleteAliasResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.DescribeKeyResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.DisableKeyResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.DisableKeyRotationResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.EnableKeyResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.EnableKeyRotationResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.EncryptRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.EncryptResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.GrantConstraints
 
hashCode() - Method in class com.amazonaws.services.kms.model.GrantListEntry
 
hashCode() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.KeyListEntry
 
hashCode() - Method in class com.amazonaws.services.kms.model.KeyMetadata
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListAliasesResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListGrantsResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListKeysRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListKeysResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.RetireGrantResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.RevokeGrantResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.SignRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.SignResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.Tag
 
hashCode() - Method in class com.amazonaws.services.kms.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.UpdateAliasResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionResult
 
hashCode() - Method in class com.amazonaws.services.kms.model.VerifyRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.VerifyResult
 

I

importKeyMaterial(ImportKeyMaterialRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
importKeyMaterial(ImportKeyMaterialRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Imports key material into an existing symmetric AWS KMS customer master key (CMK) that was created without key material.
importKeyMaterial(ImportKeyMaterialRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Imports key material into an existing symmetric AWS KMS customer master key (CMK) that was created without key material.
importKeyMaterialAsync(ImportKeyMaterialRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
importKeyMaterialAsync(ImportKeyMaterialRequest, AsyncHandler<ImportKeyMaterialRequest, ImportKeyMaterialResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
importKeyMaterialAsync(ImportKeyMaterialRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Imports key material into an existing symmetric AWS KMS customer master key (CMK) that was created without key material.
importKeyMaterialAsync(ImportKeyMaterialRequest, AsyncHandler<ImportKeyMaterialRequest, ImportKeyMaterialResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Imports key material into an existing symmetric AWS KMS customer master key (CMK) that was created without key material.
importKeyMaterialAsync(ImportKeyMaterialRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
importKeyMaterialAsync(ImportKeyMaterialRequest, AsyncHandler<ImportKeyMaterialRequest, ImportKeyMaterialResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
ImportKeyMaterialRequest - Class in com.amazonaws.services.kms.model
 
ImportKeyMaterialRequest() - Constructor for class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
 
ImportKeyMaterialResult - Class in com.amazonaws.services.kms.model
 
ImportKeyMaterialResult() - Constructor for class com.amazonaws.services.kms.model.ImportKeyMaterialResult
 
IncorrectKeyException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified CMK cannot decrypt the data.
IncorrectKeyException(String) - Constructor for exception com.amazonaws.services.kms.model.IncorrectKeyException
Constructs a new IncorrectKeyException with the specified error message.
IncorrectKeyMaterialException - Exception in com.amazonaws.services.kms.model
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).
IncorrectKeyMaterialException(String) - Constructor for exception com.amazonaws.services.kms.model.IncorrectKeyMaterialException
Constructs a new IncorrectKeyMaterialException with the specified error message.
IncorrectTrustAnchorException - Exception in com.amazonaws.services.kms.model
The request was rejected because the trust anchor certificate in the request is not the trust anchor certificate for the specified AWS CloudHSM cluster.
IncorrectTrustAnchorException(String) - Constructor for exception com.amazonaws.services.kms.model.IncorrectTrustAnchorException
Constructs a new IncorrectTrustAnchorException with the specified error message.
InvalidAliasNameException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified alias name is not valid.
InvalidAliasNameException(String) - Constructor for exception com.amazonaws.services.kms.model.InvalidAliasNameException
Constructs a new InvalidAliasNameException with the specified error message.
InvalidArnException - Exception in com.amazonaws.services.kms.model
The request was rejected because a specified ARN, or an ARN in a key policy, is not valid.
InvalidArnException(String) - Constructor for exception com.amazonaws.services.kms.model.InvalidArnException
Constructs a new InvalidArnException with the specified error message.
InvalidCiphertextException - Exception in com.amazonaws.services.kms.model
From the Decrypt or ReEncrypt operation, the request was rejected because the specified ciphertext, or additional authenticated data incorporated into the ciphertext, such as the encryption context, is corrupted, missing, or otherwise invalid.
InvalidCiphertextException(String) - Constructor for exception com.amazonaws.services.kms.model.InvalidCiphertextException
Constructs a new InvalidCiphertextException with the specified error message.
InvalidGrantIdException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified GrantId is not valid.
InvalidGrantIdException(String) - Constructor for exception com.amazonaws.services.kms.model.InvalidGrantIdException
Constructs a new InvalidGrantIdException with the specified error message.
InvalidGrantTokenException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified grant token is not valid.
InvalidGrantTokenException(String) - Constructor for exception com.amazonaws.services.kms.model.InvalidGrantTokenException
Constructs a new InvalidGrantTokenException with the specified error message.
InvalidImportTokenException - Exception in com.amazonaws.services.kms.model
The request was rejected because the provided import token is invalid or is associated with a different customer master key (CMK).
InvalidImportTokenException(String) - Constructor for exception com.amazonaws.services.kms.model.InvalidImportTokenException
Constructs a new InvalidImportTokenException with the specified error message.
InvalidKeyUsageException - Exception in com.amazonaws.services.kms.model
The request was rejected for one of the following reasons:
InvalidKeyUsageException(String) - Constructor for exception com.amazonaws.services.kms.model.InvalidKeyUsageException
Constructs a new InvalidKeyUsageException with the specified error message.
InvalidMarkerException - Exception in com.amazonaws.services.kms.model
The request was rejected because the marker that specifies where pagination should next begin is not valid.
InvalidMarkerException(String) - Constructor for exception com.amazonaws.services.kms.model.InvalidMarkerException
Constructs a new InvalidMarkerException with the specified error message.
isBypassPolicyLockoutSafetyCheck() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
A flag to indicate whether to bypass the key policy lockout safety check.
isBypassPolicyLockoutSafetyCheck() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
A flag to indicate whether to bypass the key policy lockout safety check.
isEnabled() - Method in class com.amazonaws.services.kms.model.KeyMetadata
Specifies whether the CMK is enabled.
isKeyRotationEnabled() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
A Boolean value that specifies whether key rotation is enabled.
isSignatureValid() - Method in class com.amazonaws.services.kms.model.VerifyResult
A Boolean value that indicates whether the signature was verified.
isTruncated() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
A flag that indicates whether there are more items in the list.
isTruncated() - Method in class com.amazonaws.services.kms.model.ListAliasesResult
A flag that indicates whether there are more items in the list.
isTruncated() - Method in class com.amazonaws.services.kms.model.ListGrantsResult
A flag that indicates whether there are more items in the list.
isTruncated() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
A flag that indicates whether there are more items in the list.
isTruncated() - Method in class com.amazonaws.services.kms.model.ListKeysResult
A flag that indicates whether there are more items in the list.
isTruncated() - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
A flag that indicates whether there are more items in the list.
isTruncated() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
A flag that indicates whether there are more items in the list.

K

KeyListEntry - Class in com.amazonaws.services.kms.model
Contains information about each entry in the key list.
KeyListEntry() - Constructor for class com.amazonaws.services.kms.model.KeyListEntry
 
KeyManagerType - Enum in com.amazonaws.services.kms.model
 
KeyMetadata - Class in com.amazonaws.services.kms.model
Contains metadata about a customer master key (CMK).
KeyMetadata() - Constructor for class com.amazonaws.services.kms.model.KeyMetadata
 
KeyState - Enum in com.amazonaws.services.kms.model
 
KeyUnavailableException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified CMK was not available.
KeyUnavailableException(String) - Constructor for exception com.amazonaws.services.kms.model.KeyUnavailableException
Constructs a new KeyUnavailableException with the specified error message.
KeyUsageType - Enum in com.amazonaws.services.kms.model
 
KMSActions - Enum in com.amazonaws.auth.policy.actions
The available AWS access control policy actions for KMS.
KMSInternalException - Exception in com.amazonaws.services.kms.model
The request was rejected because an internal exception occurred.
KMSInternalException(String) - Constructor for exception com.amazonaws.services.kms.model.KMSInternalException
Constructs a new KMSInternalException with the specified error message.
KMSInvalidSignatureException - Exception in com.amazonaws.services.kms.model
The request was rejected because the signature verification failed.
KMSInvalidSignatureException(String) - Constructor for exception com.amazonaws.services.kms.model.KMSInvalidSignatureException
Constructs a new KMSInvalidSignatureException with the specified error message.
KMSInvalidStateException - Exception in com.amazonaws.services.kms.model
The request was rejected because the state of the specified resource is not valid for this request.
KMSInvalidStateException(String) - Constructor for exception com.amazonaws.services.kms.model.KMSInvalidStateException
Constructs a new KMSInvalidStateException with the specified error message.

L

LimitExceededException - Exception in com.amazonaws.services.kms.model
The request was rejected because a quota was exceeded.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.kms.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listAliases(ListAliasesRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
listAliases() - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
listAliases(ListAliasesRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Gets a list of aliases in the caller's AWS account and region.
listAliases() - Method in interface com.amazonaws.services.kms.AWSKMS
Simplified method form for invoking the ListAliases operation.
listAliases(ListAliasesRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Gets a list of aliases in the caller's AWS account and region.
listAliases() - Method in class com.amazonaws.services.kms.AWSKMSClient
 
listAliasesAsync(ListAliasesRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listAliasesAsync(ListAliasesRequest, AsyncHandler<ListAliasesRequest, ListAliasesResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listAliasesAsync() - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
Simplified method form for invoking the ListAliases operation.
listAliasesAsync(AsyncHandler<ListAliasesRequest, ListAliasesResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
Simplified method form for invoking the ListAliases operation with an AsyncHandler.
listAliasesAsync(ListAliasesRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets a list of aliases in the caller's AWS account and region.
listAliasesAsync(ListAliasesRequest, AsyncHandler<ListAliasesRequest, ListAliasesResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets a list of aliases in the caller's AWS account and region.
listAliasesAsync() - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Simplified method form for invoking the ListAliases operation.
listAliasesAsync(AsyncHandler<ListAliasesRequest, ListAliasesResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Simplified method form for invoking the ListAliases operation with an AsyncHandler.
listAliasesAsync(ListAliasesRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
listAliasesAsync(ListAliasesRequest, AsyncHandler<ListAliasesRequest, ListAliasesResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
listAliasesAsync() - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Simplified method form for invoking the ListAliases operation.
listAliasesAsync(AsyncHandler<ListAliasesRequest, ListAliasesResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Simplified method form for invoking the ListAliases operation with an AsyncHandler.
ListAliasesRequest - Class in com.amazonaws.services.kms.model
 
ListAliasesRequest() - Constructor for class com.amazonaws.services.kms.model.ListAliasesRequest
 
ListAliasesResult - Class in com.amazonaws.services.kms.model
 
ListAliasesResult() - Constructor for class com.amazonaws.services.kms.model.ListAliasesResult
 
listGrants(ListGrantsRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
listGrants(ListGrantsRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Gets a list of all grants for the specified customer master key (CMK).
listGrants(ListGrantsRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Gets a list of all grants for the specified customer master key (CMK).
listGrantsAsync(ListGrantsRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listGrantsAsync(ListGrantsRequest, AsyncHandler<ListGrantsRequest, ListGrantsResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listGrantsAsync(ListGrantsRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets a list of all grants for the specified customer master key (CMK).
listGrantsAsync(ListGrantsRequest, AsyncHandler<ListGrantsRequest, ListGrantsResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets a list of all grants for the specified customer master key (CMK).
listGrantsAsync(ListGrantsRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
listGrantsAsync(ListGrantsRequest, AsyncHandler<ListGrantsRequest, ListGrantsResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
ListGrantsRequest - Class in com.amazonaws.services.kms.model
 
ListGrantsRequest() - Constructor for class com.amazonaws.services.kms.model.ListGrantsRequest
 
ListGrantsResult - Class in com.amazonaws.services.kms.model
 
ListGrantsResult() - Constructor for class com.amazonaws.services.kms.model.ListGrantsResult
 
listKeyPolicies(ListKeyPoliciesRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
listKeyPolicies(ListKeyPoliciesRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Gets the names of the key policies that are attached to a customer master key (CMK).
listKeyPolicies(ListKeyPoliciesRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Gets the names of the key policies that are attached to a customer master key (CMK).
listKeyPoliciesAsync(ListKeyPoliciesRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listKeyPoliciesAsync(ListKeyPoliciesRequest, AsyncHandler<ListKeyPoliciesRequest, ListKeyPoliciesResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listKeyPoliciesAsync(ListKeyPoliciesRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets the names of the key policies that are attached to a customer master key (CMK).
listKeyPoliciesAsync(ListKeyPoliciesRequest, AsyncHandler<ListKeyPoliciesRequest, ListKeyPoliciesResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets the names of the key policies that are attached to a customer master key (CMK).
listKeyPoliciesAsync(ListKeyPoliciesRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
listKeyPoliciesAsync(ListKeyPoliciesRequest, AsyncHandler<ListKeyPoliciesRequest, ListKeyPoliciesResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
ListKeyPoliciesRequest - Class in com.amazonaws.services.kms.model
 
ListKeyPoliciesRequest() - Constructor for class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
 
ListKeyPoliciesResult - Class in com.amazonaws.services.kms.model
 
ListKeyPoliciesResult() - Constructor for class com.amazonaws.services.kms.model.ListKeyPoliciesResult
 
listKeys(ListKeysRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
listKeys() - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
listKeys(ListKeysRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
listKeys() - Method in interface com.amazonaws.services.kms.AWSKMS
Simplified method form for invoking the ListKeys operation.
listKeys(ListKeysRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
listKeys() - Method in class com.amazonaws.services.kms.AWSKMSClient
 
listKeysAsync(ListKeysRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listKeysAsync(ListKeysRequest, AsyncHandler<ListKeysRequest, ListKeysResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listKeysAsync() - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
Simplified method form for invoking the ListKeys operation.
listKeysAsync(AsyncHandler<ListKeysRequest, ListKeysResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
Simplified method form for invoking the ListKeys operation with an AsyncHandler.
listKeysAsync(ListKeysRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
listKeysAsync(ListKeysRequest, AsyncHandler<ListKeysRequest, ListKeysResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
listKeysAsync() - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Simplified method form for invoking the ListKeys operation.
listKeysAsync(AsyncHandler<ListKeysRequest, ListKeysResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Simplified method form for invoking the ListKeys operation with an AsyncHandler.
listKeysAsync(ListKeysRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
listKeysAsync(ListKeysRequest, AsyncHandler<ListKeysRequest, ListKeysResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
listKeysAsync() - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Simplified method form for invoking the ListKeys operation.
listKeysAsync(AsyncHandler<ListKeysRequest, ListKeysResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Simplified method form for invoking the ListKeys operation with an AsyncHandler.
ListKeysRequest - Class in com.amazonaws.services.kms.model
 
ListKeysRequest() - Constructor for class com.amazonaws.services.kms.model.ListKeysRequest
 
ListKeysResult - Class in com.amazonaws.services.kms.model
 
ListKeysResult() - Constructor for class com.amazonaws.services.kms.model.ListKeysResult
 
listResourceTags(ListResourceTagsRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
listResourceTags(ListResourceTagsRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Returns a list of all tags for the specified customer master key (CMK).
listResourceTags(ListResourceTagsRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Returns a list of all tags for the specified customer master key (CMK).
listResourceTagsAsync(ListResourceTagsRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listResourceTagsAsync(ListResourceTagsRequest, AsyncHandler<ListResourceTagsRequest, ListResourceTagsResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listResourceTagsAsync(ListResourceTagsRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Returns a list of all tags for the specified customer master key (CMK).
listResourceTagsAsync(ListResourceTagsRequest, AsyncHandler<ListResourceTagsRequest, ListResourceTagsResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Returns a list of all tags for the specified customer master key (CMK).
listResourceTagsAsync(ListResourceTagsRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
listResourceTagsAsync(ListResourceTagsRequest, AsyncHandler<ListResourceTagsRequest, ListResourceTagsResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
ListResourceTagsRequest - Class in com.amazonaws.services.kms.model
 
ListResourceTagsRequest() - Constructor for class com.amazonaws.services.kms.model.ListResourceTagsRequest
 
ListResourceTagsResult - Class in com.amazonaws.services.kms.model
 
ListResourceTagsResult() - Constructor for class com.amazonaws.services.kms.model.ListResourceTagsResult
 
listRetirableGrants(ListRetirableGrantsRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
listRetirableGrants(ListRetirableGrantsRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Returns a list of all grants for which the grant's RetiringPrincipal matches the one specified.
listRetirableGrants(ListRetirableGrantsRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Returns a list of all grants for which the grant's RetiringPrincipal matches the one specified.
listRetirableGrantsAsync(ListRetirableGrantsRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listRetirableGrantsAsync(ListRetirableGrantsRequest, AsyncHandler<ListRetirableGrantsRequest, ListRetirableGrantsResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
listRetirableGrantsAsync(ListRetirableGrantsRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Returns a list of all grants for which the grant's RetiringPrincipal matches the one specified.
listRetirableGrantsAsync(ListRetirableGrantsRequest, AsyncHandler<ListRetirableGrantsRequest, ListRetirableGrantsResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Returns a list of all grants for which the grant's RetiringPrincipal matches the one specified.
listRetirableGrantsAsync(ListRetirableGrantsRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
listRetirableGrantsAsync(ListRetirableGrantsRequest, AsyncHandler<ListRetirableGrantsRequest, ListRetirableGrantsResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
ListRetirableGrantsRequest - Class in com.amazonaws.services.kms.model
 
ListRetirableGrantsRequest() - Constructor for class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
 
ListRetirableGrantsResult - Class in com.amazonaws.services.kms.model
 
ListRetirableGrantsResult() - Constructor for class com.amazonaws.services.kms.model.ListRetirableGrantsResult
 

M

MalformedPolicyDocumentException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified policy is not syntactically or semantically correct.
MalformedPolicyDocumentException(String) - Constructor for exception com.amazonaws.services.kms.model.MalformedPolicyDocumentException
Constructs a new MalformedPolicyDocumentException with the specified error message.
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.kms.model.AliasListEntry
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.kms.model.GrantConstraints
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.kms.model.GrantListEntry
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.kms.model.KeyListEntry
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.kms.model.KeyMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.kms.model.Tag
 
MessageType - Enum in com.amazonaws.services.kms.model
 

N

NotFoundException - Exception in com.amazonaws.services.kms.model
The request was rejected because the specified entity or resource could not be found.
NotFoundException(String) - Constructor for exception com.amazonaws.services.kms.model.NotFoundException
Constructs a new NotFoundException with the specified error message.

O

OriginType - Enum in com.amazonaws.services.kms.model
 

P

putKeyPolicy(PutKeyPolicyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
putKeyPolicy(PutKeyPolicyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Attaches a key policy to the specified customer master key (CMK).
putKeyPolicy(PutKeyPolicyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Attaches a key policy to the specified customer master key (CMK).
putKeyPolicyAsync(PutKeyPolicyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
putKeyPolicyAsync(PutKeyPolicyRequest, AsyncHandler<PutKeyPolicyRequest, PutKeyPolicyResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
putKeyPolicyAsync(PutKeyPolicyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Attaches a key policy to the specified customer master key (CMK).
putKeyPolicyAsync(PutKeyPolicyRequest, AsyncHandler<PutKeyPolicyRequest, PutKeyPolicyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Attaches a key policy to the specified customer master key (CMK).
putKeyPolicyAsync(PutKeyPolicyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
putKeyPolicyAsync(PutKeyPolicyRequest, AsyncHandler<PutKeyPolicyRequest, PutKeyPolicyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
PutKeyPolicyRequest - Class in com.amazonaws.services.kms.model
 
PutKeyPolicyRequest() - Constructor for class com.amazonaws.services.kms.model.PutKeyPolicyRequest
 
PutKeyPolicyResult - Class in com.amazonaws.services.kms.model
 
PutKeyPolicyResult() - Constructor for class com.amazonaws.services.kms.model.PutKeyPolicyResult
 

R

reEncrypt(ReEncryptRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
reEncrypt(ReEncryptRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Decrypts ciphertext and then reencrypts it entirely within AWS KMS.
reEncrypt(ReEncryptRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Decrypts ciphertext and then reencrypts it entirely within AWS KMS.
reEncryptAsync(ReEncryptRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
reEncryptAsync(ReEncryptRequest, AsyncHandler<ReEncryptRequest, ReEncryptResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
reEncryptAsync(ReEncryptRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Decrypts ciphertext and then reencrypts it entirely within AWS KMS.
reEncryptAsync(ReEncryptRequest, AsyncHandler<ReEncryptRequest, ReEncryptResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Decrypts ciphertext and then reencrypts it entirely within AWS KMS.
reEncryptAsync(ReEncryptRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
reEncryptAsync(ReEncryptRequest, AsyncHandler<ReEncryptRequest, ReEncryptResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
ReEncryptRequest - Class in com.amazonaws.services.kms.model
 
ReEncryptRequest() - Constructor for class com.amazonaws.services.kms.model.ReEncryptRequest
 
ReEncryptResult - Class in com.amazonaws.services.kms.model
 
ReEncryptResult() - Constructor for class com.amazonaws.services.kms.model.ReEncryptResult
 
retireGrant(RetireGrantRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
retireGrant() - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
retireGrant(RetireGrantRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Retires a grant.
retireGrant() - Method in interface com.amazonaws.services.kms.AWSKMS
Simplified method form for invoking the RetireGrant operation.
retireGrant(RetireGrantRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Retires a grant.
retireGrant() - Method in class com.amazonaws.services.kms.AWSKMSClient
 
retireGrantAsync(RetireGrantRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
retireGrantAsync(RetireGrantRequest, AsyncHandler<RetireGrantRequest, RetireGrantResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
retireGrantAsync() - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
Simplified method form for invoking the RetireGrant operation.
retireGrantAsync(AsyncHandler<RetireGrantRequest, RetireGrantResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
Simplified method form for invoking the RetireGrant operation with an AsyncHandler.
retireGrantAsync(RetireGrantRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Retires a grant.
retireGrantAsync(RetireGrantRequest, AsyncHandler<RetireGrantRequest, RetireGrantResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Retires a grant.
retireGrantAsync() - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Simplified method form for invoking the RetireGrant operation.
retireGrantAsync(AsyncHandler<RetireGrantRequest, RetireGrantResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Simplified method form for invoking the RetireGrant operation with an AsyncHandler.
retireGrantAsync(RetireGrantRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
retireGrantAsync(RetireGrantRequest, AsyncHandler<RetireGrantRequest, RetireGrantResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
retireGrantAsync() - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Simplified method form for invoking the RetireGrant operation.
retireGrantAsync(AsyncHandler<RetireGrantRequest, RetireGrantResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Simplified method form for invoking the RetireGrant operation with an AsyncHandler.
RetireGrantRequest - Class in com.amazonaws.services.kms.model
 
RetireGrantRequest() - Constructor for class com.amazonaws.services.kms.model.RetireGrantRequest
 
RetireGrantResult - Class in com.amazonaws.services.kms.model
 
RetireGrantResult() - Constructor for class com.amazonaws.services.kms.model.RetireGrantResult
 
revokeGrant(RevokeGrantRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
revokeGrant(RevokeGrantRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Revokes the specified grant for the specified customer master key (CMK).
revokeGrant(RevokeGrantRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Revokes the specified grant for the specified customer master key (CMK).
revokeGrantAsync(RevokeGrantRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
revokeGrantAsync(RevokeGrantRequest, AsyncHandler<RevokeGrantRequest, RevokeGrantResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
revokeGrantAsync(RevokeGrantRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Revokes the specified grant for the specified customer master key (CMK).
revokeGrantAsync(RevokeGrantRequest, AsyncHandler<RevokeGrantRequest, RevokeGrantResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Revokes the specified grant for the specified customer master key (CMK).
revokeGrantAsync(RevokeGrantRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
revokeGrantAsync(RevokeGrantRequest, AsyncHandler<RevokeGrantRequest, RevokeGrantResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
RevokeGrantRequest - Class in com.amazonaws.services.kms.model
 
RevokeGrantRequest() - Constructor for class com.amazonaws.services.kms.model.RevokeGrantRequest
 
RevokeGrantResult - Class in com.amazonaws.services.kms.model
 
RevokeGrantResult() - Constructor for class com.amazonaws.services.kms.model.RevokeGrantResult
 

S

scheduleKeyDeletion(ScheduleKeyDeletionRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
scheduleKeyDeletion(ScheduleKeyDeletionRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Schedules the deletion of a customer master key (CMK).
scheduleKeyDeletion(ScheduleKeyDeletionRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Schedules the deletion of a customer master key (CMK).
scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest, AsyncHandler<ScheduleKeyDeletionRequest, ScheduleKeyDeletionResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Schedules the deletion of a customer master key (CMK).
scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest, AsyncHandler<ScheduleKeyDeletionRequest, ScheduleKeyDeletionResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Schedules the deletion of a customer master key (CMK).
scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest, AsyncHandler<ScheduleKeyDeletionRequest, ScheduleKeyDeletionResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
ScheduleKeyDeletionRequest - Class in com.amazonaws.services.kms.model
 
ScheduleKeyDeletionRequest() - Constructor for class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
 
ScheduleKeyDeletionResult - Class in com.amazonaws.services.kms.model
 
ScheduleKeyDeletionResult() - Constructor for class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
 
setAliasArn(String) - Method in class com.amazonaws.services.kms.model.AliasListEntry
String that contains the key ARN.
setAliases(Collection<AliasListEntry>) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
A list of aliases.
setAliasName(String) - Method in class com.amazonaws.services.kms.model.AliasListEntry
String that contains the alias.
setAliasName(String) - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
Specifies the alias name.
setAliasName(String) - Method in class com.amazonaws.services.kms.model.DeleteAliasRequest
The alias to be deleted.
setAliasName(String) - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Identifies the alias that is changing its CMK.
setArn(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The Amazon Resource Name (ARN) of the CMK.
setAWSAccountId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The twelve-digit account ID of the AWS account that owns the CMK.
setBypassPolicyLockoutSafetyCheck(Boolean) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
A flag to indicate whether to bypass the key policy lockout safety check.
setBypassPolicyLockoutSafetyCheck(Boolean) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
A flag to indicate whether to bypass the key policy lockout safety check.
setCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.DecryptRequest
Ciphertext to be decrypted.
setCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.EncryptResult
The encrypted plaintext.
setCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The encrypted copy of the data key.
setCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The encrypted data key.
setCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Ciphertext of the data to reencrypt.
setCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The reencrypted data.
setCloudHsmClusterId(String) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Identifies the AWS CloudHSM cluster for the custom key store.
setCloudHsmClusterId(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
A unique identifier for the AWS CloudHSM cluster that is associated with the custom key store.
setCloudHsmClusterId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK.
setCloudHsmClusterId(String) - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Associates the custom key store with a related AWS CloudHSM cluster.
setConnectionErrorCode(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
Describes the connection error.
setConnectionState(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
Indicates whether the custom key store is connected to its AWS CloudHSM cluster.
setConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
Allows a cryptographic operation only when the encryption context matches or includes the encryption context specified in this structure.
setConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.GrantListEntry
A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.
setCreationDate(Date) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
The date and time when the custom key store was created.
setCreationDate(Date) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The date and time when the grant was created.
setCreationDate(Date) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The date and time when the CMK was created.
setCustomerMasterKeySpec(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Specifies the type of CMK to create.
setCustomerMasterKeySpec(CustomerMasterKeySpec) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Specifies the type of CMK to create.
setCustomerMasterKeySpec(String) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The type of the of the public key that was downloaded.
setCustomerMasterKeySpec(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
Describes the type of key material in the CMK.
setCustomerMasterKeySpec(CustomerMasterKeySpec) - Method in class com.amazonaws.services.kms.model.KeyMetadata
Describes the type of key material in the CMK.
setCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreRequest
Enter the key store ID of the custom key store that you want to connect.
setCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreResult
A unique identifier for the new custom key store.
setCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Creates the CMK in the specified custom key store and the key material in its associated AWS CloudHSM cluster.
setCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
A unique identifier for the custom key store.
setCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreRequest
Enter the ID of the custom key store you want to delete.
setCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Gets only information about the specified custom key store.
setCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreRequest
Enter the ID of the custom key store you want to disconnect.
setCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store.
setCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
A unique identifier for the custom key store that contains the CMK.
setCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Identifies the custom key store that you want to update.
setCustomKeyStoreName(String) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Specifies a friendly name for the custom key store.
setCustomKeyStoreName(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
The user-specified friendly name for the custom key store.
setCustomKeyStoreName(String) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Gets only information about the specified custom key store.
setCustomKeyStores(Collection<CustomKeyStoresListEntry>) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
Contains metadata about each custom key store.
setDeletionDate(Date) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The date and time after which AWS KMS deletes the CMK.
setDeletionDate(Date) - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
The date and time after which AWS KMS deletes the customer master key (CMK).
setDescription(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
A description of the CMK.
setDescription(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The description of the CMK.
setDescription(String) - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
New description for the CMK.
setDestinationEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption algorithm that AWS KMS will use to reecrypt the data after it has decrypted it.
setDestinationEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The encryption algorithm that was used to reencrypt the data.
setDestinationEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies that encryption context to use when the reencrypting the data.
setDestinationKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A unique identifier for the CMK that is used to reencrypt the data.
setEnabled(Boolean) - Method in class com.amazonaws.services.kms.model.KeyMetadata
Specifies whether the CMK is enabled.
setEncryptedKeyMaterial(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The encrypted key material to import.
setEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.DecryptRequest
Specifies the encryption algorithm that will be used to decrypt the ciphertext.
setEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.DecryptResult
The encryption algorithm that was used to decrypt the ciphertext.
setEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.EncryptRequest
Specifies the encryption algorithm that AWS KMS will use to encrypt the plaintext message.
setEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.EncryptResult
The encryption algorithm that was used to encrypt the plaintext.
setEncryptionAlgorithms(Collection<String>) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The encryption algorithms that AWS KMS supports for this key.
setEncryptionAlgorithms(Collection<String>) - Method in class com.amazonaws.services.kms.model.KeyMetadata
A list of encryption algorithms that the CMK supports.
setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.DecryptRequest
Specifies the encryption context to use when decrypting the data.
setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.EncryptRequest
Specifies the encryption context that will be used to encrypt the data.
setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Specifies the encryption context that will be used when encrypting the private key in the data key pair.
setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Specifies the encryption context that will be used when encrypting the private key in the data key pair.
setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the encryption context that will be used when encrypting the data key.
setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
Specifies the encryption context that will be used when encrypting the data key.
setEncryptionContextEquals(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
A list of key-value pairs that must match the encryption context in the cryptographic operation request.
setEncryptionContextSubset(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
A list of key-value pairs that must be included in the encryption context of the cryptographic operation request.
setEndpoint(String) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
setEndpoint(String) - Method in interface com.amazonaws.services.kms.AWSKMS
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setExpirationModel(String) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
Specifies whether the key material expires.
setExpirationModel(ExpirationModelType) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
Specifies whether the key material expires.
setExpirationModel(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
Specifies whether the CMK's key material expires.
setExpirationModel(ExpirationModelType) - Method in class com.amazonaws.services.kms.model.KeyMetadata
Specifies whether the CMK's key material expires.
setGranteePrincipal(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The principal that is given permission to perform the operations that the grant permits.
setGranteePrincipal(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The principal that receives the grant's permissions.
setGrantId(String) - Method in class com.amazonaws.services.kms.model.CreateGrantResult
The unique identifier for the grant.
setGrantId(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The unique identifier for the grant.
setGrantId(String) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
Unique identifier of the grant to retire.
setGrantId(String) - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
Identifier of the grant to be revoked.
setGrants(Collection<GrantListEntry>) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
A list of grants.
setGrants(Collection<GrantListEntry>) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
A list of grants.
setGrantToken(String) - Method in class com.amazonaws.services.kms.model.CreateGrantResult
The grant token.
setGrantToken(String) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
Token that identifies the grant to be retired.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.DecryptRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.EncryptRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.SignRequest
A list of grant tokens.
setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.VerifyRequest
A list of grant tokens.
setImportToken(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The import token to send in a subsequent ImportKeyMaterial request.
setImportToken(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The import token that you received in the response to a previous GetParametersForImport request.
setIssuingAccount(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The AWS account under which the grant was issued.
setKeyArn(String) - Method in class com.amazonaws.services.kms.model.KeyListEntry
ARN of the key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionRequest
The unique identifier for the customer master key (CMK) for which to cancel deletion.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionResult
The unique identifier of the master key for which deletion is canceled.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The unique identifier for the customer master key (CMK) that the grant applies to.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.DecryptRequest
Specifies the customer master key (CMK) that AWS KMS will use to decrypt the ciphertext.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.DecryptResult
The ARN of the customer master key that was used to perform the decryption.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
Identifies the CMK from which you are deleting imported key material.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
Describes the specified customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
A unique identifier for the customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
Identifies a symmetric customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
A unique identifier for the customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
Identifies a symmetric customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.EncryptRequest
A unique identifier for the customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.EncryptResult
The ID of the key used during encryption.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Specifies the symmetric CMK that encrypts the private key in the data key pair.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The identifier of the CMK that encrypted the private key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Specifies the CMK that encrypts the private key in the data key pair.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
Specifies the CMK that encrypted the private key in the data key pair.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Identifies the symmetric CMK that encrypts the data key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The identifier of the CMK that encrypted the data key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The identifier of the symmetric customer master key (CMK) that encrypts the data key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The identifier of the CMK that encrypted the data key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
A unique identifier for the customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
A unique identifier for the customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The identifier of the symmetric CMK into which you will import key material.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The identifier of the CMK to use in a subsequent ImportKeyMaterial request.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
Identifies the asymmetric CMK that includes the public key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The identifier of the asymmetric CMK from which the public key was downloaded.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The unique identifier for the customer master key (CMK) to which the grant applies.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The identifier of the symmetric CMK that receives the imported key material.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.KeyListEntry
Unique identifier of the key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The globally unique identifier for the CMK.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Lists only aliases that refer to the specified CMK.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
A unique identifier for the customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
A unique identifier for the customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
A unique identifier for the customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
A unique identifier for the customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Unique identifier of the CMK used to reencrypt the data.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
The Amazon Resource Name (ARN) of the CMK associated with the grant.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
A unique identifier for the customer master key associated with the grant.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
The unique identifier of the customer master key (CMK) to delete.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.SignRequest
Identifies an asymmetric CMK.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.SignResult
The Amazon Resource Name (ARN) of the asymmetric CMK that was used to sign the message.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.TagResourceRequest
A unique identifier for the CMK you are tagging.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
A unique identifier for the CMK from which you are removing tags.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
A unique identifier for the customer master key (CMK).
setKeyId(String) - Method in class com.amazonaws.services.kms.model.VerifyRequest
Identifies the asymmetric CMK that will be used to verify the signature.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.VerifyResult
The unique identifier for the asymmetric CMK that was used to verify the signature.
setKeyManager(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The manager of the CMK.
setKeyManager(KeyManagerType) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The manager of the CMK.
setKeyMetadata(KeyMetadata) - Method in class com.amazonaws.services.kms.model.CreateKeyResult
Metadata associated with the CMK.
setKeyMetadata(KeyMetadata) - Method in class com.amazonaws.services.kms.model.DescribeKeyResult
Metadata associated with the key.
setKeyPairSpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Determines the type of data key pair that is generated.
setKeyPairSpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The type of data key pair that was generated.
setKeyPairSpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Determines the type of data key pair that is generated.
setKeyPairSpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
The type of data key pair that was generated.
setKeyRotationEnabled(Boolean) - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
A Boolean value that specifies whether key rotation is enabled.
setKeys(Collection<KeyListEntry>) - Method in class com.amazonaws.services.kms.model.ListKeysResult
A list of customer master keys (CMKs).
setKeySpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the length of the data key.
setKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the length of the data key.
setKeySpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data key.
setKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data key.
setKeyState(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The state of the CMK.
setKeyState(KeyState) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The state of the CMK.
setKeyStorePassword(String) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Enter the password of the kmsuser crypto user (CU) account in the specified AWS CloudHSM cluster.
setKeyStorePassword(String) - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Enter the current password of the kmsuser crypto user (CU) in the AWS CloudHSM cluster that is associated with the custom key store.
setKeyUsage(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Determines the cryptographic operations for which you can use the CMK.
setKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Determines the cryptographic operations for which you can use the CMK.
setKeyUsage(String) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The permitted use of the public key.
setKeyUsage(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The cryptographic operations for which you can use the CMK.
setKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The cryptographic operations for which you can use the CMK.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Use this parameter to specify the maximum number of items to return.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Use this parameter to specify the maximum number of items to return.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
Use this parameter to specify the maximum number of items to return.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
Use this parameter to specify the maximum number of items to return.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeysRequest
Use this parameter to specify the maximum number of items to return.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
Use this parameter to specify the maximum number of items to return.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
Use this parameter to specify the maximum number of items to return.
setMarker(String) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
setMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
setMarker(String) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
setMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
setMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeysRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
setMarker(String) - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
setMarker(String) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
setMessage(ByteBuffer) - Method in class com.amazonaws.services.kms.model.SignRequest
Specifies the message or message digest to sign.
setMessage(ByteBuffer) - Method in class com.amazonaws.services.kms.model.VerifyRequest
Specifies the message that was signed.
setMessageType(String) - Method in class com.amazonaws.services.kms.model.SignRequest
Tells AWS KMS whether the value of the Message parameter is a message or message digest.
setMessageType(String) - Method in class com.amazonaws.services.kms.model.VerifyRequest
Tells AWS KMS whether the value of the Message parameter is a message or message digest.
setName(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A friendly name for identifying the grant.
setName(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The friendly name that identifies the grant.
setNewCustomKeyStoreName(String) - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Changes the friendly name of the custom key store to the value that you specify.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeysResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
setNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the length of the data key in bytes.
setNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data key in bytes.
setNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
The length of the byte string.
setOperations(Collection<String>) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A list of operations that the grant permits.
setOperations(Collection<String>) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The list of operations permitted by the grant.
setOrigin(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The source of the key material for the CMK.
setOrigin(OriginType) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The source of the key material for the CMK.
setOrigin(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The source of the CMK's key material.
setOrigin(OriginType) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The source of the CMK's key material.
setParametersValidTo(Date) - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The time at which the import token and public key are no longer valid.
setPendingWindowInDays(Integer) - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
The waiting period, specified in number of days.
setPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.DecryptResult
Decrypted plaintext data.
setPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.EncryptRequest
Data to be encrypted.
setPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The plaintext data key.
setPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
The random byte string.
setPolicy(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The key policy to attach to the CMK.
setPolicy(String) - Method in class com.amazonaws.services.kms.model.GetKeyPolicyResult
A key policy document in JSON format.
setPolicy(String) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
The key policy to attach to the CMK.
setPolicyName(String) - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
Specifies the name of the key policy.
setPolicyName(String) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
The name of the key policy.
setPolicyNames(Collection<String>) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
A list of key policy names.
setPrivateKeyCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The encrypted copy of the private key.
setPrivateKeyCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
The encrypted copy of the private key.
setPrivateKeyPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The plaintext copy of the private key.
setPublicKey(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The public key (in plaintext).
setPublicKey(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
The public key (in plaintext).
setPublicKey(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
setPublicKey(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The exported public key.
setRegion(Region) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
setRegion(Region) - Method in interface com.amazonaws.services.kms.AWSKMS
Deprecated.
use AwsClientBuilder#setRegion(String)
setRetiringPrincipal(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The principal that is given permission to retire the grant by using RetireGrant operation.
setRetiringPrincipal(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The principal that can retire the grant.
setRetiringPrincipal(String) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
The retiring principal for which to list grants.
setSignature(ByteBuffer) - Method in class com.amazonaws.services.kms.model.SignResult
The cryptographic signature that was generated for the message.
setSignature(ByteBuffer) - Method in class com.amazonaws.services.kms.model.VerifyRequest
The signature that the Sign operation generated.
setSignatureValid(Boolean) - Method in class com.amazonaws.services.kms.model.VerifyResult
A Boolean value that indicates whether the signature was verified.
setSigningAlgorithm(String) - Method in class com.amazonaws.services.kms.model.SignRequest
Specifies the signing algorithm to use when signing the message.
setSigningAlgorithm(String) - Method in class com.amazonaws.services.kms.model.SignResult
The signing algorithm that was used to sign the message.
setSigningAlgorithm(String) - Method in class com.amazonaws.services.kms.model.VerifyRequest
The signing algorithm that was used to sign the message.
setSigningAlgorithm(String) - Method in class com.amazonaws.services.kms.model.VerifyResult
The signing algorithm that was used to verify the signature.
setSigningAlgorithms(Collection<String>) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The signing algorithms that AWS KMS supports for this key.
setSigningAlgorithms(Collection<String>) - Method in class com.amazonaws.services.kms.model.KeyMetadata
A list of signing algorithms that the CMK supports.
setSourceEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption algorithm that AWS KMS will use to decrypt the ciphertext before it is reencrypted.
setSourceEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
setSourceEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption context to use to decrypt the ciphertext.
setSourceKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A unique identifier for the CMK that is used to decrypt the ciphertext before it reencrypts it using the destination CMK.
setSourceKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Unique identifier of the CMK used to originally encrypt the data.
setTagKey(String) - Method in class com.amazonaws.services.kms.model.Tag
The key of the tag.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
One or more tag keys.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
One or more tags.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
A list of tags.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.kms.model.TagResourceRequest
One or more tags.
setTagValue(String) - Method in class com.amazonaws.services.kms.model.Tag
The value of the tag.
setTargetKeyId(String) - Method in class com.amazonaws.services.kms.model.AliasListEntry
String that contains the key identifier referred to by the alias.
setTargetKeyId(String) - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
Identifies the CMK to which the alias refers.
setTargetKeyId(String) - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Identifies the CMK to associate with the alias.
setTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
A flag that indicates whether there are more items in the list.
setTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
A flag that indicates whether there are more items in the list.
setTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
A flag that indicates whether there are more items in the list.
setTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
A flag that indicates whether there are more items in the list.
setTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListKeysResult
A flag that indicates whether there are more items in the list.
setTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
A flag that indicates whether there are more items in the list.
setTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
A flag that indicates whether there are more items in the list.
setTrustAnchorCertificate(String) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Enter the content of the trust anchor certificate for the cluster.
setTrustAnchorCertificate(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
The trust anchor certificate of the associated AWS CloudHSM cluster.
setValidTo(Date) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The time at which the imported key material expires.
setValidTo(Date) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The time at which the imported key material expires.
setWrappingAlgorithm(String) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial.
setWrappingAlgorithm(AlgorithmSpec) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial.
setWrappingKeySpec(String) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The type of wrapping key (public key) to return in the response.
setWrappingKeySpec(WrappingKeySpec) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The type of wrapping key (public key) to return in the response.
shutdown() - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
shutdown() - Method in interface com.amazonaws.services.kms.AWSKMS
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
Shuts down the client, releasing all managed resources.
sign(SignRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
sign(SignRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Creates a digital signature for a message or message digest by using the private key in an asymmetric CMK.
sign(SignRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Creates a digital signature for a message or message digest by using the private key in an asymmetric CMK.
signAsync(SignRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
signAsync(SignRequest, AsyncHandler<SignRequest, SignResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
signAsync(SignRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Creates a digital signature for a message or message digest by using the private key in an asymmetric CMK.
signAsync(SignRequest, AsyncHandler<SignRequest, SignResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Creates a digital signature for a message or message digest by using the private key in an asymmetric CMK.
signAsync(SignRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
signAsync(SignRequest, AsyncHandler<SignRequest, SignResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
SigningAlgorithmSpec - Enum in com.amazonaws.services.kms.model
 
SignRequest - Class in com.amazonaws.services.kms.model
 
SignRequest() - Constructor for class com.amazonaws.services.kms.model.SignRequest
 
SignResult - Class in com.amazonaws.services.kms.model
 
SignResult() - Constructor for class com.amazonaws.services.kms.model.SignResult
 
standard() - Static method in class com.amazonaws.services.kms.AWSKMSAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.kms.AWSKMSClientBuilder
 

T

Tag - Class in com.amazonaws.services.kms.model
A key-value pair.
Tag() - Constructor for class com.amazonaws.services.kms.model.Tag
 
TagException - Exception in com.amazonaws.services.kms.model
The request was rejected because one or more tags are not valid.
TagException(String) - Constructor for exception com.amazonaws.services.kms.model.TagException
Constructs a new TagException with the specified error message.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Adds or edits tags for a customer master key (CMK).
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Adds or edits tags for a customer master key (CMK).
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Adds or edits tags for a customer master key (CMK).
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Adds or edits tags for a customer master key (CMK).
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.kms.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.kms.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.kms.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.kms.model.TagResourceResult
 
toString() - Method in enum com.amazonaws.services.kms.model.AlgorithmSpec
 
toString() - Method in class com.amazonaws.services.kms.model.AliasListEntry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.ConnectionErrorCodeType
 
toString() - Method in enum com.amazonaws.services.kms.model.ConnectionStateType
 
toString() - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.CreateAliasResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.CreateGrantResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.CreateKeyResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.CustomerMasterKeySpec
 
toString() - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.DataKeyPairSpec
 
toString() - Method in enum com.amazonaws.services.kms.model.DataKeySpec
 
toString() - Method in class com.amazonaws.services.kms.model.DecryptRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DecryptResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DeleteAliasRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DeleteAliasResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DescribeKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DisableKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DisableKeyRotationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.EnableKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.EnableKeyRotationResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.EncryptionAlgorithmSpec
 
toString() - Method in class com.amazonaws.services.kms.model.EncryptRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.EncryptResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.ExpirationModelType
 
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GrantConstraints
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.GrantListEntry
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.GrantOperation
 
toString() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.KeyListEntry
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.KeyManagerType
 
toString() - Method in class com.amazonaws.services.kms.model.KeyMetadata
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.KeyState
 
toString() - Method in enum com.amazonaws.services.kms.model.KeyUsageType
 
toString() - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListAliasesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListGrantsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListKeysRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListKeysResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.MessageType
 
toString() - Method in enum com.amazonaws.services.kms.model.OriginType
 
toString() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.RetireGrantResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.RevokeGrantResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.SigningAlgorithmSpec
 
toString() - Method in class com.amazonaws.services.kms.model.SignRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.SignResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.Tag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.UntagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.UpdateAliasResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.VerifyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.kms.model.VerifyResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.kms.model.WrappingKeySpec
 

U

UnsupportedOperationException - Exception in com.amazonaws.services.kms.model
The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.
UnsupportedOperationException(String) - Constructor for exception com.amazonaws.services.kms.model.UnsupportedOperationException
Constructs a new UnsupportedOperationException with the specified error message.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Removes the specified tags from the specified customer master key (CMK).
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Removes the specified tags from the specified customer master key (CMK).
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Removes the specified tags from the specified customer master key (CMK).
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Removes the specified tags from the specified customer master key (CMK).
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.kms.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.kms.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.kms.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.kms.model.UntagResourceResult
 
updateAlias(UpdateAliasRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
updateAlias(UpdateAliasRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Associates an existing AWS KMS alias with a different customer master key (CMK).
updateAlias(UpdateAliasRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Associates an existing AWS KMS alias with a different customer master key (CMK).
updateAliasAsync(UpdateAliasRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
updateAliasAsync(UpdateAliasRequest, AsyncHandler<UpdateAliasRequest, UpdateAliasResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
updateAliasAsync(UpdateAliasRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Associates an existing AWS KMS alias with a different customer master key (CMK).
updateAliasAsync(UpdateAliasRequest, AsyncHandler<UpdateAliasRequest, UpdateAliasResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Associates an existing AWS KMS alias with a different customer master key (CMK).
updateAliasAsync(UpdateAliasRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
updateAliasAsync(UpdateAliasRequest, AsyncHandler<UpdateAliasRequest, UpdateAliasResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
UpdateAliasRequest - Class in com.amazonaws.services.kms.model
 
UpdateAliasRequest() - Constructor for class com.amazonaws.services.kms.model.UpdateAliasRequest
 
UpdateAliasResult - Class in com.amazonaws.services.kms.model
 
UpdateAliasResult() - Constructor for class com.amazonaws.services.kms.model.UpdateAliasResult
 
updateCustomKeyStore(UpdateCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
updateCustomKeyStore(UpdateCustomKeyStoreRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Changes the properties of a custom key store.
updateCustomKeyStore(UpdateCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Changes the properties of a custom key store.
updateCustomKeyStoreAsync(UpdateCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
updateCustomKeyStoreAsync(UpdateCustomKeyStoreRequest, AsyncHandler<UpdateCustomKeyStoreRequest, UpdateCustomKeyStoreResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
updateCustomKeyStoreAsync(UpdateCustomKeyStoreRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Changes the properties of a custom key store.
updateCustomKeyStoreAsync(UpdateCustomKeyStoreRequest, AsyncHandler<UpdateCustomKeyStoreRequest, UpdateCustomKeyStoreResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Changes the properties of a custom key store.
updateCustomKeyStoreAsync(UpdateCustomKeyStoreRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
updateCustomKeyStoreAsync(UpdateCustomKeyStoreRequest, AsyncHandler<UpdateCustomKeyStoreRequest, UpdateCustomKeyStoreResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
UpdateCustomKeyStoreRequest - Class in com.amazonaws.services.kms.model
 
UpdateCustomKeyStoreRequest() - Constructor for class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
 
UpdateCustomKeyStoreResult - Class in com.amazonaws.services.kms.model
 
UpdateCustomKeyStoreResult() - Constructor for class com.amazonaws.services.kms.model.UpdateCustomKeyStoreResult
 
updateKeyDescription(UpdateKeyDescriptionRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
updateKeyDescription(UpdateKeyDescriptionRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Updates the description of a customer master key (CMK).
updateKeyDescription(UpdateKeyDescriptionRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Updates the description of a customer master key (CMK).
updateKeyDescriptionAsync(UpdateKeyDescriptionRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
updateKeyDescriptionAsync(UpdateKeyDescriptionRequest, AsyncHandler<UpdateKeyDescriptionRequest, UpdateKeyDescriptionResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
updateKeyDescriptionAsync(UpdateKeyDescriptionRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Updates the description of a customer master key (CMK).
updateKeyDescriptionAsync(UpdateKeyDescriptionRequest, AsyncHandler<UpdateKeyDescriptionRequest, UpdateKeyDescriptionResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Updates the description of a customer master key (CMK).
updateKeyDescriptionAsync(UpdateKeyDescriptionRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
updateKeyDescriptionAsync(UpdateKeyDescriptionRequest, AsyncHandler<UpdateKeyDescriptionRequest, UpdateKeyDescriptionResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
UpdateKeyDescriptionRequest - Class in com.amazonaws.services.kms.model
 
UpdateKeyDescriptionRequest() - Constructor for class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
 
UpdateKeyDescriptionResult - Class in com.amazonaws.services.kms.model
 
UpdateKeyDescriptionResult() - Constructor for class com.amazonaws.services.kms.model.UpdateKeyDescriptionResult
 

V

valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.KMSActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.AlgorithmSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.ConnectionErrorCodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.ConnectionStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.CustomerMasterKeySpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.DataKeyPairSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.DataKeySpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.EncryptionAlgorithmSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.ExpirationModelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.GrantOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.KeyManagerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.KeyState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.KeyUsageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.OriginType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.SigningAlgorithmSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kms.model.WrappingKeySpec
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.auth.policy.actions.KMSActions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.AlgorithmSpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.ConnectionErrorCodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.ConnectionStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.CustomerMasterKeySpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.DataKeyPairSpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.DataKeySpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.EncryptionAlgorithmSpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.ExpirationModelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.GrantOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.KeyManagerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.KeyState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.KeyUsageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.OriginType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.SigningAlgorithmSpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kms.model.WrappingKeySpec
Returns an array containing the constants of this enum type, in the order they are declared.
verify(VerifyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMS
 
verify(VerifyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Verifies a digital signature that was generated by the Sign operation.
verify(VerifyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Verifies a digital signature that was generated by the Sign operation.
verifyAsync(VerifyRequest) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
verifyAsync(VerifyRequest, AsyncHandler<VerifyRequest, VerifyResult>) - Method in class com.amazonaws.services.kms.AbstractAWSKMSAsync
 
verifyAsync(VerifyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Verifies a digital signature that was generated by the Sign operation.
verifyAsync(VerifyRequest, AsyncHandler<VerifyRequest, VerifyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
Verifies a digital signature that was generated by the Sign operation.
verifyAsync(VerifyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
verifyAsync(VerifyRequest, AsyncHandler<VerifyRequest, VerifyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
 
VerifyRequest - Class in com.amazonaws.services.kms.model
 
VerifyRequest() - Constructor for class com.amazonaws.services.kms.model.VerifyRequest
 
VerifyResult - Class in com.amazonaws.services.kms.model
 
VerifyResult() - Constructor for class com.amazonaws.services.kms.model.VerifyResult
 

W

withAliasArn(String) - Method in class com.amazonaws.services.kms.model.AliasListEntry
String that contains the key ARN.
withAliases(AliasListEntry...) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
A list of aliases.
withAliases(Collection<AliasListEntry>) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
A list of aliases.
withAliasName(String) - Method in class com.amazonaws.services.kms.model.AliasListEntry
String that contains the alias.
withAliasName(String) - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
Specifies the alias name.
withAliasName(String) - Method in class com.amazonaws.services.kms.model.DeleteAliasRequest
The alias to be deleted.
withAliasName(String) - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Identifies the alias that is changing its CMK.
withArn(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The Amazon Resource Name (ARN) of the CMK.
withAWSAccountId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The twelve-digit account ID of the AWS account that owns the CMK.
withBypassPolicyLockoutSafetyCheck(Boolean) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
A flag to indicate whether to bypass the key policy lockout safety check.
withBypassPolicyLockoutSafetyCheck(Boolean) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
A flag to indicate whether to bypass the key policy lockout safety check.
withCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.DecryptRequest
Ciphertext to be decrypted.
withCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.EncryptResult
The encrypted plaintext.
withCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The encrypted copy of the data key.
withCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The encrypted data key.
withCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Ciphertext of the data to reencrypt.
withCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The reencrypted data.
withCloudHsmClusterId(String) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Identifies the AWS CloudHSM cluster for the custom key store.
withCloudHsmClusterId(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
A unique identifier for the AWS CloudHSM cluster that is associated with the custom key store.
withCloudHsmClusterId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK.
withCloudHsmClusterId(String) - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Associates the custom key store with a related AWS CloudHSM cluster.
withConnectionErrorCode(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
Describes the connection error.
withConnectionErrorCode(ConnectionErrorCodeType) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
Describes the connection error.
withConnectionState(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
Indicates whether the custom key store is connected to its AWS CloudHSM cluster.
withConnectionState(ConnectionStateType) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
Indicates whether the custom key store is connected to its AWS CloudHSM cluster.
withConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
Allows a cryptographic operation only when the encryption context matches or includes the encryption context specified in this structure.
withConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.GrantListEntry
A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.
withCreationDate(Date) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
The date and time when the custom key store was created.
withCreationDate(Date) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The date and time when the grant was created.
withCreationDate(Date) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The date and time when the CMK was created.
withCustomerMasterKeySpec(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Specifies the type of CMK to create.
withCustomerMasterKeySpec(CustomerMasterKeySpec) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Specifies the type of CMK to create.
withCustomerMasterKeySpec(String) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The type of the of the public key that was downloaded.
withCustomerMasterKeySpec(CustomerMasterKeySpec) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The type of the of the public key that was downloaded.
withCustomerMasterKeySpec(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
Describes the type of key material in the CMK.
withCustomerMasterKeySpec(CustomerMasterKeySpec) - Method in class com.amazonaws.services.kms.model.KeyMetadata
Describes the type of key material in the CMK.
withCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.ConnectCustomKeyStoreRequest
Enter the key store ID of the custom key store that you want to connect.
withCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreResult
A unique identifier for the new custom key store.
withCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Creates the CMK in the specified custom key store and the key material in its associated AWS CloudHSM cluster.
withCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
A unique identifier for the custom key store.
withCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.DeleteCustomKeyStoreRequest
Enter the ID of the custom key store you want to delete.
withCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Gets only information about the specified custom key store.
withCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.DisconnectCustomKeyStoreRequest
Enter the ID of the custom key store you want to disconnect.
withCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store.
withCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
A unique identifier for the custom key store that contains the CMK.
withCustomKeyStoreId(String) - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Identifies the custom key store that you want to update.
withCustomKeyStoreName(String) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Specifies a friendly name for the custom key store.
withCustomKeyStoreName(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
The user-specified friendly name for the custom key store.
withCustomKeyStoreName(String) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Gets only information about the specified custom key store.
withCustomKeyStores(CustomKeyStoresListEntry...) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
Contains metadata about each custom key store.
withCustomKeyStores(Collection<CustomKeyStoresListEntry>) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
Contains metadata about each custom key store.
withDeletionDate(Date) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The date and time after which AWS KMS deletes the CMK.
withDeletionDate(Date) - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
The date and time after which AWS KMS deletes the customer master key (CMK).
withDescription(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
A description of the CMK.
withDescription(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The description of the CMK.
withDescription(String) - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
New description for the CMK.
withDestinationEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption algorithm that AWS KMS will use to reecrypt the data after it has decrypted it.
withDestinationEncryptionAlgorithm(EncryptionAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption algorithm that AWS KMS will use to reecrypt the data after it has decrypted it.
withDestinationEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The encryption algorithm that was used to reencrypt the data.
withDestinationEncryptionAlgorithm(EncryptionAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The encryption algorithm that was used to reencrypt the data.
withDestinationEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies that encryption context to use when the reencrypting the data.
withDestinationKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A unique identifier for the CMK that is used to reencrypt the data.
withEnabled(Boolean) - Method in class com.amazonaws.services.kms.model.KeyMetadata
Specifies whether the CMK is enabled.
withEncryptedKeyMaterial(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The encrypted key material to import.
withEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.DecryptRequest
Specifies the encryption algorithm that will be used to decrypt the ciphertext.
withEncryptionAlgorithm(EncryptionAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.DecryptRequest
Specifies the encryption algorithm that will be used to decrypt the ciphertext.
withEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.DecryptResult
The encryption algorithm that was used to decrypt the ciphertext.
withEncryptionAlgorithm(EncryptionAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.DecryptResult
The encryption algorithm that was used to decrypt the ciphertext.
withEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.EncryptRequest
Specifies the encryption algorithm that AWS KMS will use to encrypt the plaintext message.
withEncryptionAlgorithm(EncryptionAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.EncryptRequest
Specifies the encryption algorithm that AWS KMS will use to encrypt the plaintext message.
withEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.EncryptResult
The encryption algorithm that was used to encrypt the plaintext.
withEncryptionAlgorithm(EncryptionAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.EncryptResult
The encryption algorithm that was used to encrypt the plaintext.
withEncryptionAlgorithms(String...) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The encryption algorithms that AWS KMS supports for this key.
withEncryptionAlgorithms(Collection<String>) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The encryption algorithms that AWS KMS supports for this key.
withEncryptionAlgorithms(EncryptionAlgorithmSpec...) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The encryption algorithms that AWS KMS supports for this key.
withEncryptionAlgorithms(String...) - Method in class com.amazonaws.services.kms.model.KeyMetadata
A list of encryption algorithms that the CMK supports.
withEncryptionAlgorithms(Collection<String>) - Method in class com.amazonaws.services.kms.model.KeyMetadata
A list of encryption algorithms that the CMK supports.
withEncryptionAlgorithms(EncryptionAlgorithmSpec...) - Method in class com.amazonaws.services.kms.model.KeyMetadata
A list of encryption algorithms that the CMK supports.
withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.DecryptRequest
Specifies the encryption context to use when decrypting the data.
withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.EncryptRequest
Specifies the encryption context that will be used to encrypt the data.
withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Specifies the encryption context that will be used when encrypting the private key in the data key pair.
withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Specifies the encryption context that will be used when encrypting the private key in the data key pair.
withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the encryption context that will be used when encrypting the data key.
withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
Specifies the encryption context that will be used when encrypting the data key.
withEncryptionContextEquals(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
A list of key-value pairs that must match the encryption context in the cryptographic operation request.
withEncryptionContextSubset(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
A list of key-value pairs that must be included in the encryption context of the cryptographic operation request.
withExpirationModel(String) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
Specifies whether the key material expires.
withExpirationModel(ExpirationModelType) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
Specifies whether the key material expires.
withExpirationModel(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
Specifies whether the CMK's key material expires.
withExpirationModel(ExpirationModelType) - Method in class com.amazonaws.services.kms.model.KeyMetadata
Specifies whether the CMK's key material expires.
withGranteePrincipal(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The principal that is given permission to perform the operations that the grant permits.
withGranteePrincipal(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The principal that receives the grant's permissions.
withGrantId(String) - Method in class com.amazonaws.services.kms.model.CreateGrantResult
The unique identifier for the grant.
withGrantId(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The unique identifier for the grant.
withGrantId(String) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
Unique identifier of the grant to retire.
withGrantId(String) - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
Identifier of the grant to be revoked.
withGrants(GrantListEntry...) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
A list of grants.
withGrants(Collection<GrantListEntry>) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
A list of grants.
withGrants(GrantListEntry...) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
A list of grants.
withGrants(Collection<GrantListEntry>) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
A list of grants.
withGrantToken(String) - Method in class com.amazonaws.services.kms.model.CreateGrantResult
The grant token.
withGrantToken(String) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
Token that identifies the grant to be retired.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.DecryptRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.DecryptRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.EncryptRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.EncryptRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.SignRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.SignRequest
A list of grant tokens.
withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.VerifyRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.VerifyRequest
A list of grant tokens.
withImportToken(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The import token to send in a subsequent ImportKeyMaterial request.
withImportToken(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The import token that you received in the response to a previous GetParametersForImport request.
withIssuingAccount(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The AWS account under which the grant was issued.
withKeyArn(String) - Method in class com.amazonaws.services.kms.model.KeyListEntry
ARN of the key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionRequest
The unique identifier for the customer master key (CMK) for which to cancel deletion.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionResult
The unique identifier of the master key for which deletion is canceled.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The unique identifier for the customer master key (CMK) that the grant applies to.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.DecryptRequest
Specifies the customer master key (CMK) that AWS KMS will use to decrypt the ciphertext.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.DecryptResult
The ARN of the customer master key that was used to perform the decryption.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
Identifies the CMK from which you are deleting imported key material.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
Describes the specified customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
A unique identifier for the customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
Identifies a symmetric customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
A unique identifier for the customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
Identifies a symmetric customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.EncryptRequest
A unique identifier for the customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.EncryptResult
The ID of the key used during encryption.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Specifies the symmetric CMK that encrypts the private key in the data key pair.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The identifier of the CMK that encrypted the private key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Specifies the CMK that encrypts the private key in the data key pair.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
Specifies the CMK that encrypted the private key in the data key pair.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Identifies the symmetric CMK that encrypts the data key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The identifier of the CMK that encrypted the data key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The identifier of the symmetric customer master key (CMK) that encrypts the data key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The identifier of the CMK that encrypted the data key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
A unique identifier for the customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
A unique identifier for the customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The identifier of the symmetric CMK into which you will import key material.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The identifier of the CMK to use in a subsequent ImportKeyMaterial request.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GetPublicKeyRequest
Identifies the asymmetric CMK that includes the public key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The identifier of the asymmetric CMK from which the public key was downloaded.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The unique identifier for the customer master key (CMK) to which the grant applies.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The identifier of the symmetric CMK that receives the imported key material.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.KeyListEntry
Unique identifier of the key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The globally unique identifier for the CMK.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Lists only aliases that refer to the specified CMK.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
A unique identifier for the customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
A unique identifier for the customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
A unique identifier for the customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
A unique identifier for the customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Unique identifier of the CMK used to reencrypt the data.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
The Amazon Resource Name (ARN) of the CMK associated with the grant.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
A unique identifier for the customer master key associated with the grant.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
The unique identifier of the customer master key (CMK) to delete.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.SignRequest
Identifies an asymmetric CMK.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.SignResult
The Amazon Resource Name (ARN) of the asymmetric CMK that was used to sign the message.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.TagResourceRequest
A unique identifier for the CMK you are tagging.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
A unique identifier for the CMK from which you are removing tags.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
A unique identifier for the customer master key (CMK).
withKeyId(String) - Method in class com.amazonaws.services.kms.model.VerifyRequest
Identifies the asymmetric CMK that will be used to verify the signature.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.VerifyResult
The unique identifier for the asymmetric CMK that was used to verify the signature.
withKeyManager(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The manager of the CMK.
withKeyManager(KeyManagerType) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The manager of the CMK.
withKeyMetadata(KeyMetadata) - Method in class com.amazonaws.services.kms.model.CreateKeyResult
Metadata associated with the CMK.
withKeyMetadata(KeyMetadata) - Method in class com.amazonaws.services.kms.model.DescribeKeyResult
Metadata associated with the key.
withKeyPairSpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Determines the type of data key pair that is generated.
withKeyPairSpec(DataKeyPairSpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairRequest
Determines the type of data key pair that is generated.
withKeyPairSpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The type of data key pair that was generated.
withKeyPairSpec(DataKeyPairSpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The type of data key pair that was generated.
withKeyPairSpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Determines the type of data key pair that is generated.
withKeyPairSpec(DataKeyPairSpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextRequest
Determines the type of data key pair that is generated.
withKeyPairSpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
The type of data key pair that was generated.
withKeyPairSpec(DataKeyPairSpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
The type of data key pair that was generated.
withKeyRotationEnabled(Boolean) - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
A Boolean value that specifies whether key rotation is enabled.
withKeys(KeyListEntry...) - Method in class com.amazonaws.services.kms.model.ListKeysResult
A list of customer master keys (CMKs).
withKeys(Collection<KeyListEntry>) - Method in class com.amazonaws.services.kms.model.ListKeysResult
A list of customer master keys (CMKs).
withKeySpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the length of the data key.
withKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the length of the data key.
withKeySpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data key.
withKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data key.
withKeyState(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The state of the CMK.
withKeyState(KeyState) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The state of the CMK.
withKeyStorePassword(String) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Enter the password of the kmsuser crypto user (CU) account in the specified AWS CloudHSM cluster.
withKeyStorePassword(String) - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Enter the current password of the kmsuser crypto user (CU) in the AWS CloudHSM cluster that is associated with the custom key store.
withKeyUsage(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Determines the cryptographic operations for which you can use the CMK.
withKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Determines the cryptographic operations for which you can use the CMK.
withKeyUsage(String) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The permitted use of the public key.
withKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The permitted use of the public key.
withKeyUsage(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The cryptographic operations for which you can use the CMK.
withKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The cryptographic operations for which you can use the CMK.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Use this parameter to specify the maximum number of items to return.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Use this parameter to specify the maximum number of items to return.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
Use this parameter to specify the maximum number of items to return.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
Use this parameter to specify the maximum number of items to return.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeysRequest
Use this parameter to specify the maximum number of items to return.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
Use this parameter to specify the maximum number of items to return.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
Use this parameter to specify the maximum number of items to return.
withMarker(String) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
withMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
withMarker(String) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
withMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
withMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeysRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
withMarker(String) - Method in class com.amazonaws.services.kms.model.ListResourceTagsRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
withMarker(String) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
Use this parameter in a subsequent request after you receive a response with truncated results.
withMessage(ByteBuffer) - Method in class com.amazonaws.services.kms.model.SignRequest
Specifies the message or message digest to sign.
withMessage(ByteBuffer) - Method in class com.amazonaws.services.kms.model.VerifyRequest
Specifies the message that was signed.
withMessageType(String) - Method in class com.amazonaws.services.kms.model.SignRequest
Tells AWS KMS whether the value of the Message parameter is a message or message digest.
withMessageType(MessageType) - Method in class com.amazonaws.services.kms.model.SignRequest
Tells AWS KMS whether the value of the Message parameter is a message or message digest.
withMessageType(String) - Method in class com.amazonaws.services.kms.model.VerifyRequest
Tells AWS KMS whether the value of the Message parameter is a message or message digest.
withMessageType(MessageType) - Method in class com.amazonaws.services.kms.model.VerifyRequest
Tells AWS KMS whether the value of the Message parameter is a message or message digest.
withName(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A friendly name for identifying the grant.
withName(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The friendly name that identifies the grant.
withNewCustomKeyStoreName(String) - Method in class com.amazonaws.services.kms.model.UpdateCustomKeyStoreRequest
Changes the friendly name of the custom key store to the value that you specify.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeysResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
withNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Specifies the length of the data key in bytes.
withNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data key in bytes.
withNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
The length of the byte string.
withOperations(String...) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A list of operations that the grant permits.
withOperations(Collection<String>) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A list of operations that the grant permits.
withOperations(GrantOperation...) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
A list of operations that the grant permits.
withOperations(String...) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The list of operations permitted by the grant.
withOperations(Collection<String>) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The list of operations permitted by the grant.
withOperations(GrantOperation...) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The list of operations permitted by the grant.
withOrigin(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The source of the key material for the CMK.
withOrigin(OriginType) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The source of the key material for the CMK.
withOrigin(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The source of the CMK's key material.
withOrigin(OriginType) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The source of the CMK's key material.
withParametersValidTo(Date) - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The time at which the import token and public key are no longer valid.
withPendingWindowInDays(Integer) - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
The waiting period, specified in number of days.
withPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.DecryptResult
Decrypted plaintext data.
withPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.EncryptRequest
Data to be encrypted.
withPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The plaintext data key.
withPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
The random byte string.
withPolicy(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The key policy to attach to the CMK.
withPolicy(String) - Method in class com.amazonaws.services.kms.model.GetKeyPolicyResult
A key policy document in JSON format.
withPolicy(String) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
The key policy to attach to the CMK.
withPolicyName(String) - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
Specifies the name of the key policy.
withPolicyName(String) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
The name of the key policy.
withPolicyNames(String...) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
A list of key policy names.
withPolicyNames(Collection<String>) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
A list of key policy names.
withPrivateKeyCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The encrypted copy of the private key.
withPrivateKeyCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
The encrypted copy of the private key.
withPrivateKeyPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The plaintext copy of the private key.
withPublicKey(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairResult
The public key (in plaintext).
withPublicKey(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyPairWithoutPlaintextResult
The public key (in plaintext).
withPublicKey(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
withPublicKey(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The exported public key.
withRetiringPrincipal(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The principal that is given permission to retire the grant by using RetireGrant operation.
withRetiringPrincipal(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The principal that can retire the grant.
withRetiringPrincipal(String) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
The retiring principal for which to list grants.
withSignature(ByteBuffer) - Method in class com.amazonaws.services.kms.model.SignResult
The cryptographic signature that was generated for the message.
withSignature(ByteBuffer) - Method in class com.amazonaws.services.kms.model.VerifyRequest
The signature that the Sign operation generated.
withSignatureValid(Boolean) - Method in class com.amazonaws.services.kms.model.VerifyResult
A Boolean value that indicates whether the signature was verified.
withSigningAlgorithm(String) - Method in class com.amazonaws.services.kms.model.SignRequest
Specifies the signing algorithm to use when signing the message.
withSigningAlgorithm(SigningAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.SignRequest
Specifies the signing algorithm to use when signing the message.
withSigningAlgorithm(String) - Method in class com.amazonaws.services.kms.model.SignResult
The signing algorithm that was used to sign the message.
withSigningAlgorithm(SigningAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.SignResult
The signing algorithm that was used to sign the message.
withSigningAlgorithm(String) - Method in class com.amazonaws.services.kms.model.VerifyRequest
The signing algorithm that was used to sign the message.
withSigningAlgorithm(SigningAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.VerifyRequest
The signing algorithm that was used to sign the message.
withSigningAlgorithm(String) - Method in class com.amazonaws.services.kms.model.VerifyResult
The signing algorithm that was used to verify the signature.
withSigningAlgorithm(SigningAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.VerifyResult
The signing algorithm that was used to verify the signature.
withSigningAlgorithms(String...) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The signing algorithms that AWS KMS supports for this key.
withSigningAlgorithms(Collection<String>) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The signing algorithms that AWS KMS supports for this key.
withSigningAlgorithms(SigningAlgorithmSpec...) - Method in class com.amazonaws.services.kms.model.GetPublicKeyResult
The signing algorithms that AWS KMS supports for this key.
withSigningAlgorithms(String...) - Method in class com.amazonaws.services.kms.model.KeyMetadata
A list of signing algorithms that the CMK supports.
withSigningAlgorithms(Collection<String>) - Method in class com.amazonaws.services.kms.model.KeyMetadata
A list of signing algorithms that the CMK supports.
withSigningAlgorithms(SigningAlgorithmSpec...) - Method in class com.amazonaws.services.kms.model.KeyMetadata
A list of signing algorithms that the CMK supports.
withSourceEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption algorithm that AWS KMS will use to decrypt the ciphertext before it is reencrypted.
withSourceEncryptionAlgorithm(EncryptionAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption algorithm that AWS KMS will use to decrypt the ciphertext before it is reencrypted.
withSourceEncryptionAlgorithm(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
withSourceEncryptionAlgorithm(EncryptionAlgorithmSpec) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
withSourceEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Specifies the encryption context to use to decrypt the ciphertext.
withSourceKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A unique identifier for the CMK that is used to decrypt the ciphertext before it reencrypts it using the destination CMK.
withSourceKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Unique identifier of the CMK used to originally encrypt the data.
withTagKey(String) - Method in class com.amazonaws.services.kms.model.Tag
The key of the tag.
withTagKeys(String...) - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
One or more tag keys.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.kms.model.UntagResourceRequest
One or more tag keys.
withTags(Tag...) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
One or more tags.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
One or more tags.
withTags(Tag...) - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
A list of tags.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
A list of tags.
withTags(Tag...) - Method in class com.amazonaws.services.kms.model.TagResourceRequest
One or more tags.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.kms.model.TagResourceRequest
One or more tags.
withTagValue(String) - Method in class com.amazonaws.services.kms.model.Tag
The value of the tag.
withTargetKeyId(String) - Method in class com.amazonaws.services.kms.model.AliasListEntry
String that contains the key identifier referred to by the alias.
withTargetKeyId(String) - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
Identifies the CMK to which the alias refers.
withTargetKeyId(String) - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Identifies the CMK to associate with the alias.
withTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.DescribeCustomKeyStoresResult
A flag that indicates whether there are more items in the list.
withTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
A flag that indicates whether there are more items in the list.
withTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
A flag that indicates whether there are more items in the list.
withTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
A flag that indicates whether there are more items in the list.
withTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListKeysResult
A flag that indicates whether there are more items in the list.
withTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListResourceTagsResult
A flag that indicates whether there are more items in the list.
withTruncated(Boolean) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
A flag that indicates whether there are more items in the list.
withTrustAnchorCertificate(String) - Method in class com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest
Enter the content of the trust anchor certificate for the cluster.
withTrustAnchorCertificate(String) - Method in class com.amazonaws.services.kms.model.CustomKeyStoresListEntry
The trust anchor certificate of the associated AWS CloudHSM cluster.
withValidTo(Date) - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialRequest
The time at which the imported key material expires.
withValidTo(Date) - Method in class com.amazonaws.services.kms.model.KeyMetadata
The time at which the imported key material expires.
withWrappingAlgorithm(String) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial.
withWrappingAlgorithm(AlgorithmSpec) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial.
withWrappingKeySpec(String) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The type of wrapping key (public key) to return in the response.
withWrappingKeySpec(WrappingKeySpec) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The type of wrapping key (public key) to return in the response.
WrappingKeySpec - Enum in com.amazonaws.services.kms.model
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.