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

A

addDestinationEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Encryption context to use when the data is reencrypted.
addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.DecryptRequest
The encryption context.
addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.EncryptRequest
Name-value pair that specifies the encryption context to be used for authenticated encryption.
addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
A set of key-value pairs that represents additional authenticated data.
addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
A set of key-value pairs that represents additional authenticated data.
addEncryptionContextEqualsEntry(String, String) - Method in class com.amazonaws.services.kms.model.GrantConstraints
Contains a list of key-value pairs that must be present in the encryption context of a subsequent operation permitted by the grant.
addEncryptionContextSubsetEntry(String, String) - Method in class com.amazonaws.services.kms.model.GrantConstraints
Contains a list of key-value pairs, a subset of which must be present in the encryption context of a subsequent operation permitted by the grant.
addSourceEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Encryption context used to encrypt and decrypt the data specified in the CiphertextBlob parameter.
AlgorithmSpec - Enum in com.amazonaws.services.kms.model
Algorithm Spec
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.
AWSKMS - Interface in com.amazonaws.services.kms
Interface for accessing AWS Key Management Service AWS Key Management Service
AWSKMSClient - Class in com.amazonaws.services.kms
Client for accessing AWS Key Management Service.
AWSKMSClient() - Constructor for class com.amazonaws.services.kms.AWSKMSClient
Deprecated.
AWSKMSClient(ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
Deprecated.
AWSKMSClient(AWSCredentials) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
Constructs a new client to invoke service methods on AWSKMS using the specified AWS account credentials.
AWSKMSClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
Constructs a new client to invoke service methods on AWSKMS using the specified AWS account credentials and client configuration options.
AWSKMSClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
Constructs a new client to invoke service methods on AWSKMS using the specified AWS account credentials provider.
AWSKMSClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
Constructs a new client to invoke service methods on AWSKMS using the specified AWS account credentials provider and client configuration options.
AWSKMSClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
Deprecated.
AWSKMSClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
Constructs a new client to invoke service methods on AWSKMS using the specified AWS account credentials provider, client configuration options and request metric collector.

C

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).
CancelKeyDeletionRequest - Class in com.amazonaws.services.kms.model
Cancels the deletion of a customer master key (CMK).
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.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.
com.amazonaws.services.kms - package com.amazonaws.services.kms
AWS Key Management Service
com.amazonaws.services.kms.model - package com.amazonaws.services.kms.model
Classes modeling the various types represented by AWSKMS
createAlias(CreateAliasRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Creates a display name for a customer master key.
createAlias(CreateAliasRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Creates a display name for a customer master key.
CreateAliasRequest - Class in com.amazonaws.services.kms.model
Creates a display name for a customer master key.
CreateAliasRequest() - Constructor for class com.amazonaws.services.kms.model.CreateAliasRequest
 
createGrant(CreateGrantRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Adds a grant to a key to specify who can use the key and under what conditions.
createGrant(CreateGrantRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Adds a grant to a key to specify who can use the key and under what conditions.
CreateGrantRequest - Class in com.amazonaws.services.kms.model
Adds a grant to a key to specify who can use the key and under what conditions.
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 interface com.amazonaws.services.kms.AWSKMS
Creates a customer master key (CMK).
createKey() - Method in interface com.amazonaws.services.kms.AWSKMS
Creates a customer master key (CMK).
createKey(CreateKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Creates a customer master key (CMK).
createKey() - Method in class com.amazonaws.services.kms.AWSKMSClient
Creates a customer master key (CMK).
CreateKeyRequest - Class in com.amazonaws.services.kms.model
Creates a customer master key (CMK).
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
 

D

DataKeySpec - Enum in com.amazonaws.services.kms.model
Data Key Spec
decrypt(DecryptRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Decrypts ciphertext.
decrypt(DecryptRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Decrypts ciphertext.
DecryptRequest - Class in com.amazonaws.services.kms.model
Decrypts ciphertext.
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
 
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.
DeleteAliasRequest - Class in com.amazonaws.services.kms.model
Deletes the specified alias.
DeleteAliasRequest() - Constructor for class com.amazonaws.services.kms.model.DeleteAliasRequest
 
deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Deletes key material that you previously imported and makes the specified customer master key (CMK) unusable.
deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Deletes key material that you previously imported and makes the specified customer master key (CMK) unusable.
DeleteImportedKeyMaterialRequest - Class in com.amazonaws.services.kms.model
Deletes key material that you previously imported and makes the specified customer master key (CMK) unusable.
DeleteImportedKeyMaterialRequest() - Constructor for class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
 
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.
describeKey(DescribeKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Provides detailed information about the specified customer master key.
describeKey(DescribeKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Provides detailed information about the specified customer master key.
DescribeKeyRequest - Class in com.amazonaws.services.kms.model
Provides detailed information about the specified customer master key.
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 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.
DisableKeyRequest - Class in com.amazonaws.services.kms.model
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.
DisableKeyRequest() - Constructor for class com.amazonaws.services.kms.model.DisableKeyRequest
 
disableKeyRotation(DisableKeyRotationRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Disables rotation of the specified key.
disableKeyRotation(DisableKeyRotationRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Disables rotation of the specified key.
DisableKeyRotationRequest - Class in com.amazonaws.services.kms.model
Disables rotation of the specified key.
DisableKeyRotationRequest() - Constructor for class com.amazonaws.services.kms.model.DisableKeyRotationRequest
 

E

enableKey(EnableKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Marks a key as enabled, thereby permitting its use.
enableKey(EnableKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Marks a key as enabled, thereby permitting its use.
EnableKeyRequest - Class in com.amazonaws.services.kms.model
Marks a key as enabled, thereby permitting its use.
EnableKeyRequest() - Constructor for class com.amazonaws.services.kms.model.EnableKeyRequest
 
enableKeyRotation(EnableKeyRotationRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Enables rotation of the specified customer master key.
enableKeyRotation(EnableKeyRotationRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Enables rotation of the specified customer master key.
EnableKeyRotationRequest - Class in com.amazonaws.services.kms.model
Enables rotation of the specified customer master key.
EnableKeyRotationRequest() - Constructor for class com.amazonaws.services.kms.model.EnableKeyRotationRequest
 
encrypt(EncryptRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Encrypts plaintext into ciphertext by using a customer master key.
encrypt(EncryptRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Encrypts plaintext into ciphertext by using a customer master key.
EncryptRequest - Class in com.amazonaws.services.kms.model
Encrypts plaintext into ciphertext by using a customer master key.
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
 
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.CreateAliasRequest
 
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.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.DeleteImportedKeyMaterialRequest
 
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.DisableKeyRotationRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
 
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.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.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.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.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.RevokeGrantRequest
 
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.UpdateAliasRequest
 
equals(Object) - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
 
ExpirationModelType - Enum in com.amazonaws.services.kms.model
Expiration Model Type
ExpiredImportTokenException - Exception in com.amazonaws.services.kms.model
The request was rejected because the provided 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.DataKeySpec
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.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.OriginType
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 interface com.amazonaws.services.kms.AWSKMS
Returns a data encryption key that you can use in your application to encrypt data locally.
generateDataKey(GenerateDataKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Returns a data encryption key that you can use in your application to encrypt data locally.
GenerateDataKeyRequest - Class in com.amazonaws.services.kms.model
Returns a data encryption key that you can use in your application to encrypt data locally.
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 interface com.amazonaws.services.kms.AWSKMS
Returns a data encryption key encrypted under a customer master key (CMK).
generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Returns a data encryption key encrypted under a customer master key (CMK).
GenerateDataKeyWithoutPlaintextRequest - Class in com.amazonaws.services.kms.model
Returns a data encryption key encrypted under a customer master key (CMK).
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 interface com.amazonaws.services.kms.AWSKMS
Generates an unpredictable byte string.
generateRandom() - Method in interface com.amazonaws.services.kms.AWSKMS
Generates an unpredictable byte string.
generateRandom(GenerateRandomRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Generates an unpredictable byte string.
generateRandom() - Method in class com.amazonaws.services.kms.AWSKMSClient
Generates an unpredictable byte string.
GenerateRandomRequest - Class in com.amazonaws.services.kms.model
Generates an unpredictable byte string.
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
 
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 key aliases in the user's account.
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
String that contains the display 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
String that contains the name of the alias to be modified.
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 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
Deprecated.
ResponseMetadata cache can hold up to 50 requests and responses in memory and will cause memory issue. This method now always returns null.
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 data encryption key.
getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The encrypted data encryption 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.
getConstraints() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The conditions under which the operations permitted by the grant are allowed.
getConstraints() - Method in class com.amazonaws.services.kms.model.GrantListEntry
The conditions under which the grant's operations are allowed.
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.
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.
getDestinationEncryptionContext() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Encryption context to use when the data is reencrypted.
getDestinationKeyId() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A unique identifier for the CMK to use 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.
getEncryptionContext() - Method in class com.amazonaws.services.kms.model.DecryptRequest
The encryption context.
getEncryptionContext() - Method in class com.amazonaws.services.kms.model.EncryptRequest
Name-value pair that specifies the encryption context to be used for authenticated encryption.
getEncryptionContext() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
A set of key-value pairs that represents additional authenticated data.
getEncryptionContext() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
A set of key-value pairs that represents additional authenticated data.
getEncryptionContextEquals() - Method in class com.amazonaws.services.kms.model.GrantConstraints
Contains a list of key-value pairs that must be present in the encryption context of a subsequent operation permitted by the grant.
getEncryptionContextSubset() - Method in class com.amazonaws.services.kms.model.GrantConstraints
Contains a list of key-value pairs, a subset of which must be present in the encryption context of a subsequent operation permitted by the grant.
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.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.ReEncryptRequest
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.DecryptResult
ARN of the key used to perform the decryption.
getKeyId() - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
The identifier of the CMK whose key material to delete.
getKeyId() - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
A unique identifier for the customer master key.
getKeyId() - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
A unique identifier for the CMK.
getKeyId() - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
A unique identifier for the customer master key.
getKeyId() - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
A unique identifier for the customer master key.
getKeyId() - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
A unique identifier for the customer master key.
getKeyId() - Method in class com.amazonaws.services.kms.model.EncryptRequest
A unique identifier for the customer master key.
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.GenerateDataKeyRequest
The identifier of the CMK under which to generate and encrypt the data encryption key.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The identifier of the CMK under which the data encryption key was generated and encrypted.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The identifier of the CMK under which to generate and encrypt the data encryption key.
getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The identifier of the CMK under which the data encryption key was generated and encrypted.
getKeyId() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
A unique identifier for the customer master key.
getKeyId() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
A unique identifier for the customer master key.
getKeyId() - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The identifier of the 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.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 CMK to import the key material into.
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.ListGrantsRequest
A unique identifier for the customer master key.
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.PutKeyPolicyRequest
A unique identifier for the 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 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 for 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.UpdateKeyDescriptionRequest
A unique identifier for 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.
getKeyPolicy(GetKeyPolicyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Retrieves a policy attached to the specified key.
getKeyPolicy(GetKeyPolicyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Retrieves a policy attached to the specified key.
GetKeyPolicyRequest - Class in com.amazonaws.services.kms.model
Retrieves a policy attached to the specified key.
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 interface com.amazonaws.services.kms.AWSKMS
Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.
getKeyRotationStatus(GetKeyRotationStatusRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.
GetKeyRotationStatusRequest - Class in com.amazonaws.services.kms.model
Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.
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 keys.
getKeySpec() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
The length of the data encryption key.
getKeySpec() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data encryption key.
getKeyState() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The state of the CMK.
getKeyUsage() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The intended use of the CMK.
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.ListAliasesRequest
When paginating results, specify the maximum number of items to return in the response.
getLimit() - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
When paginating results, specify the maximum number of items to return in the response.
getLimit() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
When paginating results, specify the maximum number of items to return in the response.
getLimit() - Method in class com.amazonaws.services.kms.model.ListKeysRequest
When paginating results, specify the maximum number of items to return in the response.
getLimit() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
When paginating results, specify the maximum number of items to return in the response.
getMarker() - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Use this parameter only when paginating results and only 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 only when paginating results and only 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 only when paginating results and only 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 only when paginating results and only 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 only when paginating results and only in a subsequent request after you receive a response with truncated results.
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.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListAliasesResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListGrantsResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListKeysResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
getNextMarker() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
getNumberOfBytes() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
The length of the data encryption key in bytes.
getNumberOfBytes() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data encryption 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 CMK's key material.
getOrigin() - Method in class com.amazonaws.services.kms.model.KeyMetadata
The source of the CMK's key material.
getParametersForImport(GetParametersForImportRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Returns the items you need in order to import key material into AWS KMS from your existing key management infrastructure.
getParametersForImport(GetParametersForImportRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Returns the items you need in order to import key material into AWS KMS from your existing key management infrastructure.
GetParametersForImportRequest - Class in com.amazonaws.services.kms.model
Returns the items you need in order to import key material into AWS KMS from your existing key management infrastructure.
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 data encryption key.
getPlaintext() - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
The unpredictable 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 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
String that contains the name of the 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 policy names.
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.
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.
getSourceEncryptionContext() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Encryption context used to encrypt and decrypt the data specified in the CiphertextBlob parameter.
getSourceKeyId() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Unique identifier of the CMK used to originally encrypt the data.
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
An identifier of the key for which you are creating the alias.
getTargetKeyId() - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Unique identifier of the customer master key to be mapped to the alias.
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.ListRetirableGrantsResult
A flag that indicates whether there are more items in the list.
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
A structure for specifying the conditions under which the operations permitted by the grant are allowed.
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
Grant Operation

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.CreateAliasRequest
 
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.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.DeleteImportedKeyMaterialRequest
 
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.DisableKeyRotationRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
 
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.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.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.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.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.RevokeGrantRequest
 
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.UpdateAliasRequest
 
hashCode() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
 

I

importKeyMaterial(ImportKeyMaterialRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Imports key material into an AWS KMS customer master key (CMK) from your existing key management infrastructure.
importKeyMaterial(ImportKeyMaterialRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Imports key material into an AWS KMS customer master key (CMK) from your existing key management infrastructure.
ImportKeyMaterialRequest - Class in com.amazonaws.services.kms.model
Imports key material into an AWS KMS customer master key (CMK) from your existing key management infrastructure.
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
 
IncorrectKeyMaterialException - Exception in com.amazonaws.services.kms.model
The request was rejected because the provided key material is 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.
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 was 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
The request was rejected because the specified ciphertext has been corrupted or is 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 because the specified KeySpec value is not valid.
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.
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.ListRetirableGrantsResult
A flag that indicates whether there are more items in the list.

J

jsonErrorUnmarshallers - Variable in class com.amazonaws.services.kms.AWSKMSClient
List of exception unmarshallers for all AWS Key Management Service exceptions.

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
 
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
Key State
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
Key Usage Type
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.
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 limit 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 interface com.amazonaws.services.kms.AWSKMS
Lists all of the key aliases in the account.
listAliases() - Method in interface com.amazonaws.services.kms.AWSKMS
Lists all of the key aliases in the account.
listAliases(ListAliasesRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Lists all of the key aliases in the account.
listAliases() - Method in class com.amazonaws.services.kms.AWSKMSClient
Lists all of the key aliases in the account.
ListAliasesRequest - Class in com.amazonaws.services.kms.model
Lists all of the key aliases in the account.
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 interface com.amazonaws.services.kms.AWSKMS
List the grants for a specified key.
listGrants(ListGrantsRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
List the grants for a specified key.
ListGrantsRequest - Class in com.amazonaws.services.kms.model
List the grants for a specified key.
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 interface com.amazonaws.services.kms.AWSKMS
Retrieves a list of policies attached to a key.
listKeyPolicies(ListKeyPoliciesRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Retrieves a list of policies attached to a key.
ListKeyPoliciesRequest - Class in com.amazonaws.services.kms.model
Retrieves a list of policies attached to a key.
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 interface com.amazonaws.services.kms.AWSKMS
Lists the customer master keys.
listKeys() - Method in interface com.amazonaws.services.kms.AWSKMS
Lists the customer master keys.
listKeys(ListKeysRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Lists the customer master keys.
listKeys() - Method in class com.amazonaws.services.kms.AWSKMSClient
Lists the customer master keys.
ListKeysRequest - Class in com.amazonaws.services.kms.model
Lists the customer master keys.
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
 
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.
ListRetirableGrantsRequest - Class in com.amazonaws.services.kms.model
Returns a list of all grants for which the grant's RetiringPrincipal matches the one specified.
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.

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
Origin Type

P

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).
PutKeyPolicyRequest - Class in com.amazonaws.services.kms.model
Attaches a key policy to the specified customer master key (CMK).
PutKeyPolicyRequest() - Constructor for class com.amazonaws.services.kms.model.PutKeyPolicyRequest
 

R

reEncrypt(ReEncryptRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Encrypts data on the server side with a new customer master key (CMK) without exposing the plaintext of the data on the client side.
reEncrypt(ReEncryptRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Encrypts data on the server side with a new customer master key (CMK) without exposing the plaintext of the data on the client side.
ReEncryptRequest - Class in com.amazonaws.services.kms.model
Encrypts data on the server side with a new customer master key (CMK) without exposing the plaintext of the data on the client side.
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 interface com.amazonaws.services.kms.AWSKMS
Retires a grant.
retireGrant() - Method in interface com.amazonaws.services.kms.AWSKMS
Retires a grant.
retireGrant(RetireGrantRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Retires a grant.
retireGrant() - Method in class com.amazonaws.services.kms.AWSKMSClient
Retires a grant.
RetireGrantRequest - Class in com.amazonaws.services.kms.model
Retires a grant.
RetireGrantRequest() - Constructor for class com.amazonaws.services.kms.model.RetireGrantRequest
 
revokeGrant(RevokeGrantRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Revokes a grant.
revokeGrant(RevokeGrantRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Revokes a grant.
RevokeGrantRequest - Class in com.amazonaws.services.kms.model
Revokes a grant.
RevokeGrantRequest() - Constructor for class com.amazonaws.services.kms.model.RevokeGrantRequest
 

S

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).
ScheduleKeyDeletionRequest - Class in com.amazonaws.services.kms.model
Schedules the deletion of a customer master key (CMK).
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 key aliases in the user's account.
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
String that contains the display 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
String that contains the name of the alias to be modified.
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 data encryption key.
setCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The encrypted data encryption 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.
setConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The conditions under which the operations permitted by the grant are allowed.
setConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The conditions under which the grant's operations are allowed.
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.
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.
setDestinationEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Encryption context to use when the data is reencrypted.
setDestinationKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A unique identifier for the CMK to use 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.
setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.DecryptRequest
The encryption context.
setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.EncryptRequest
Name-value pair that specifies the encryption context to be used for authenticated encryption.
setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
A set of key-value pairs that represents additional authenticated data.
setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
A set of key-value pairs that represents additional authenticated data.
setEncryptionContextEquals(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
Contains a list of key-value pairs that must be present in the encryption context of a subsequent operation permitted by the grant.
setEncryptionContextSubset(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
Contains a list of key-value pairs, a subset of which must be present in the encryption context of a subsequent operation permitted by the grant.
setEndpoint(String) - Method in interface com.amazonaws.services.kms.AWSKMS
Overrides the default endpoint for this client ("https://kms.us-east-1.amazonaws.com").
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.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.ReEncryptRequest
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.DecryptResult
ARN of the key used to perform the decryption.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
The identifier of the CMK whose key material to delete.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
A unique identifier for the customer master key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
A unique identifier for the CMK.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
A unique identifier for the customer master key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
A unique identifier for the customer master key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
A unique identifier for the customer master key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.EncryptRequest
A unique identifier for the customer master key.
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.GenerateDataKeyRequest
The identifier of the CMK under which to generate and encrypt the data encryption key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The identifier of the CMK under which the data encryption key was generated and encrypted.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The identifier of the CMK under which to generate and encrypt the data encryption key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The identifier of the CMK under which the data encryption key was generated and encrypted.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
A unique identifier for the customer master key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
A unique identifier for the customer master key.
setKeyId(String) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The identifier of the 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.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 CMK to import the key material into.
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.ListGrantsRequest
A unique identifier for the customer master key.
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.PutKeyPolicyRequest
A unique identifier for the 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 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 for 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.UpdateKeyDescriptionRequest
A unique identifier for 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.
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 keys.
setKeySpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
The length of the data encryption key.
setKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
The length of the data encryption key.
setKeySpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data encryption key.
setKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data encryption 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.
setKeyUsage(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The intended use of the CMK.
setKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The intended use of the CMK.
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.ListAliasesRequest
When paginating results, specify the maximum number of items to return in the response.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
When paginating results, specify the maximum number of items to return in the response.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
When paginating results, specify the maximum number of items to return in the response.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeysRequest
When paginating results, specify the maximum number of items to return in the response.
setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
When paginating results, specify the maximum number of items to return in the response.
setMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Use this parameter only when paginating results and only 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 only when paginating results and only 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 only when paginating results and only 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 only when paginating results and only 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 only when paginating results and only in a subsequent request after you receive a response with truncated results.
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.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeysResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
setNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
The length of the data encryption key in bytes.
setNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data encryption 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 CMK's key material.
setOrigin(OriginType) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The source of the CMK's key material.
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 data encryption key.
setPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
The unpredictable 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 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
String that contains the name of the 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 policy names.
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.
setRegion(Region) - Method in interface com.amazonaws.services.kms.AWSKMS
An alternative to AWSKMS.setEndpoint(String), sets the regional endpoint for this client's service calls.
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.
setSourceEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Encryption context used to encrypt and decrypt the data specified in the CiphertextBlob parameter.
setSourceKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Unique identifier of the CMK used to originally encrypt the data.
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
An identifier of the key for which you are creating the alias.
setTargetKeyId(String) - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Unique identifier of the customer master key to be mapped to the alias.
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.ListRetirableGrantsResult
A flag that indicates whether there are more items in the list.
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 interface com.amazonaws.services.kms.AWSKMS
Shuts down this client object, releasing any resources that might be held open.

T

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; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.CancelKeyDeletionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.CreateAliasRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.CreateGrantResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.CreateKeyResult
Returns a string representation of this object; useful for testing and debugging.
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; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.DecryptResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.DeleteAliasRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.DescribeKeyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.EncryptRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.EncryptResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.kms.model.ExpirationModelType
 
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GetKeyPolicyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GetParametersForImportResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GrantConstraints
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.GrantListEntry
Returns a string representation of this object; useful for testing and debugging.
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; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ImportKeyMaterialResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.KeyListEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.KeyMetadata
Returns a string representation of this object; useful for testing and debugging.
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; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ListAliasesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ListGrantsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ListKeysRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ListKeysResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
Returns a string representation of this object; useful for testing and debugging.
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; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.RevokeGrantRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
Returns a string representation of this object; useful for testing and debugging.
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.
updateAlias(UpdateAliasRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
Updates an alias to map it to a different key.
updateAlias(UpdateAliasRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
Updates an alias to map it to a different key.
UpdateAliasRequest - Class in com.amazonaws.services.kms.model
Updates an alias to map it to a different key.
UpdateAliasRequest() - Constructor for class com.amazonaws.services.kms.model.UpdateAliasRequest
 
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).
UpdateKeyDescriptionRequest - Class in com.amazonaws.services.kms.model
Updates the description of a customer master key (CMK).
UpdateKeyDescriptionRequest() - Constructor for class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
 

V

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.DataKeySpec
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.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.OriginType
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.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.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.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.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.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.WrappingKeySpec
Returns an array containing the constants of this enum type, in the order they are declared.

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 key aliases in the user's account.
withAliases(Collection<AliasListEntry>) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
A list of key aliases in the user's account.
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
String that contains the display 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
String that contains the name of the alias to be modified.
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 data encryption key.
withCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The encrypted data encryption 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.
withConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
The conditions under which the operations permitted by the grant are allowed.
withConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.GrantListEntry
The conditions under which the grant's operations are allowed.
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.
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.
withDestinationEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Encryption context to use when the data is reencrypted.
withDestinationKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
A unique identifier for the CMK to use 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.
withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.DecryptRequest
The encryption context.
withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.EncryptRequest
Name-value pair that specifies the encryption context to be used for authenticated encryption.
withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
A set of key-value pairs that represents additional authenticated data.
withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
A set of key-value pairs that represents additional authenticated data.
withEncryptionContextEquals(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
Contains a list of key-value pairs that must be present in the encryption context of a subsequent operation permitted by the grant.
withEncryptionContextSubset(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
Contains a list of key-value pairs, a subset of which must be present in the encryption context of a subsequent operation permitted by the grant.
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.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.ReEncryptRequest
A list of grant tokens.
withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
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.DecryptResult
ARN of the key used to perform the decryption.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.DeleteImportedKeyMaterialRequest
The identifier of the CMK whose key material to delete.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.DescribeKeyRequest
A unique identifier for the customer master key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
A unique identifier for the CMK.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.DisableKeyRotationRequest
A unique identifier for the customer master key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.EnableKeyRequest
A unique identifier for the customer master key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.EnableKeyRotationRequest
A unique identifier for the customer master key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.EncryptRequest
A unique identifier for the customer master key.
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.GenerateDataKeyRequest
The identifier of the CMK under which to generate and encrypt the data encryption key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
The identifier of the CMK under which the data encryption key was generated and encrypted.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The identifier of the CMK under which to generate and encrypt the data encryption key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
The identifier of the CMK under which the data encryption key was generated and encrypted.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GetKeyPolicyRequest
A unique identifier for the customer master key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
A unique identifier for the customer master key.
withKeyId(String) - Method in class com.amazonaws.services.kms.model.GetParametersForImportRequest
The identifier of the 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.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 CMK to import the key material into.
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.ListGrantsRequest
A unique identifier for the customer master key.
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.PutKeyPolicyRequest
A unique identifier for the 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 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 for 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.UpdateKeyDescriptionRequest
A unique identifier for 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.
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 keys.
withKeys(Collection<KeyListEntry>) - Method in class com.amazonaws.services.kms.model.ListKeysResult
A list of keys.
withKeySpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
The length of the data encryption key.
withKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
The length of the data encryption key.
withKeySpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data encryption key.
withKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data encryption 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.
withKeyUsage(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The intended use of the CMK.
withKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The intended use of the CMK.
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.ListAliasesRequest
When paginating results, specify the maximum number of items to return in the response.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
When paginating results, specify the maximum number of items to return in the response.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
When paginating results, specify the maximum number of items to return in the response.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeysRequest
When paginating results, specify the maximum number of items to return in the response.
withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsRequest
When paginating results, specify the maximum number of items to return in the response.
withMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
Use this parameter only when paginating results and only 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 only when paginating results and only 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 only when paginating results and only 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 only when paginating results and only 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 only when paginating results and only in a subsequent request after you receive a response with truncated results.
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.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeysResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListRetirableGrantsResult
When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.
withNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
The length of the data encryption key in bytes.
withNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
The length of the data encryption 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(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.
withOrigin(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The source of the CMK's key material.
withOrigin(OriginType) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
The source of the CMK's key material.
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 data encryption key.
withPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
The unpredictable 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 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
String that contains the name of the 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 policy names.
withPolicyNames(Collection<String>) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
A list of policy names.
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.
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.
withSourceEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
Encryption context used to encrypt and decrypt the data specified in the CiphertextBlob parameter.
withSourceKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
Unique identifier of the CMK used to originally encrypt the data.
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
An identifier of the key for which you are creating the alias.
withTargetKeyId(String) - Method in class com.amazonaws.services.kms.model.UpdateAliasRequest
Unique identifier of the customer master key to be mapped to the alias.
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.ListRetirableGrantsResult
A flag that indicates whether there are more items in the list.
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
Wrapping Key Spec
A C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.