- addDestinationEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
Encryption context to be used when the data is re-encrypted.
- 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
-
Name/value pair that contains additional data to be authenticated
during the encryption and decryption processes that use the key.
- addEncryptionContextEntry(String, String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Name:value pair that contains additional data to be authenticated
during the encryption and decryption processes.
- addEncryptionContextEqualsEntry(String, String) - Method in class com.amazonaws.services.kms.model.GrantConstraints
-
The constraint contains additional key/value pairs that serve to
further limit the grant.
- addEncryptionContextSubsetEntry(String, String) - Method in class com.amazonaws.services.kms.model.GrantConstraints
-
The constraint equals the full encryption context.
- 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.
- 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 AWSKMS.
- AWSKMSAsync - Interface in com.amazonaws.services.kms
-
Interface for accessing AWSKMS asynchronously.
- AWSKMSAsyncClient - Class in com.amazonaws.services.kms
-
Asynchronous client for accessing AWSKMS.
- AWSKMSAsyncClient() - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSKMS.
- AWSKMSAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSKMS.
- AWSKMSAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSKMS using the specified AWS account credentials.
- AWSKMSAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSKMS using the specified AWS account credentials
and executor service.
- AWSKMSAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSKMS using the specified AWS account credentials,
executor service, and client configuration options.
- AWSKMSAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSKMS using the specified AWS account credentials provider.
- AWSKMSAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSKMS using the specified AWS account credentials provider
and executor service.
- AWSKMSAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSKMS using the specified AWS account credentials
provider and client configuration options.
- AWSKMSAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSKMS using the specified AWS account credentials
provider, executor service, and client configuration options.
- AWSKMSClient - Class in com.amazonaws.services.kms
-
Client for accessing AWSKMS.
- AWSKMSClient() - Constructor for class com.amazonaws.services.kms.AWSKMSClient
-
Constructs a new client to invoke service methods on
AWSKMS.
- AWSKMSClient(ClientConfiguration) - Constructor for class com.amazonaws.services.kms.AWSKMSClient
-
Constructs a new client to invoke service methods on
AWSKMS.
- 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
-
Constructs a new client to invoke service methods on
AWSKMS using the specified AWS account credentials
provider, client configuration options and request metric collector.
- generateDataKey(GenerateDataKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
-
Generates a data key that you can use in your application to locally
encrypt data.
- generateDataKey(GenerateDataKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
-
Generates a data key that you can use in your application to locally
encrypt data.
- generateDataKeyAsync(GenerateDataKeyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
-
Generates a data key that you can use in your application to locally
encrypt data.
- generateDataKeyAsync(GenerateDataKeyRequest, AsyncHandler<GenerateDataKeyRequest, GenerateDataKeyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
-
Generates a data key that you can use in your application to locally
encrypt data.
- generateDataKeyAsync(GenerateDataKeyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Generates a data key that you can use in your application to locally
encrypt data.
- generateDataKeyAsync(GenerateDataKeyRequest, AsyncHandler<GenerateDataKeyRequest, GenerateDataKeyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Generates a data key that you can use in your application to locally
encrypt data.
- GenerateDataKeyRequest - Class in com.amazonaws.services.kms.model
-
- GenerateDataKeyRequest() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
- GenerateDataKeyResult - Class in com.amazonaws.services.kms.model
-
- GenerateDataKeyResult() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyResult
-
- generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
-
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
- generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
-
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
- generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
-
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
- generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest, AsyncHandler<GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintextResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
-
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
- generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
- generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest, AsyncHandler<GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintextResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
- GenerateDataKeyWithoutPlaintextRequest - Class in com.amazonaws.services.kms.model
-
- GenerateDataKeyWithoutPlaintextRequest() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
- GenerateDataKeyWithoutPlaintextResult - Class in com.amazonaws.services.kms.model
-
- GenerateDataKeyWithoutPlaintextResult() - Constructor for class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
-
- generateRandom(GenerateRandomRequest) - Method in 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.
- generateRandomAsync(GenerateRandomRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
-
Generates an unpredictable byte string.
- generateRandomAsync(GenerateRandomRequest, AsyncHandler<GenerateRandomRequest, GenerateRandomResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
-
Generates an unpredictable byte string.
- generateRandomAsync(GenerateRandomRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Generates an unpredictable byte string.
- generateRandomAsync(GenerateRandomRequest, AsyncHandler<GenerateRandomRequest, GenerateRandomResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Generates an unpredictable byte string.
- GenerateRandomRequest - Class in com.amazonaws.services.kms.model
-
- GenerateRandomRequest() - Constructor for class com.amazonaws.services.kms.model.GenerateRandomRequest
-
- GenerateRandomResult - Class in com.amazonaws.services.kms.model
-
- GenerateRandomResult() - Constructor for class com.amazonaws.services.kms.model.GenerateRandomResult
-
- 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 modifed.
- getArn() - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Key ARN (Amazon Resource Name).
- getAWSAccountId() - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Account ID number.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.kms.AWSKMS
-
Returns additional metadata for a previously executed successful request, typically used for
debugging issues where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.kms.AWSKMSClient
-
Returns additional metadata for a previously executed successful, request, typically used for
debugging issues where a service isn't acting as expected.
- getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.DecryptRequest
-
Ciphertext to be decrypted.
- getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.EncryptResult
-
The encrypted plaintext.
- getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
-
Ciphertext that contains the encrypted data key.
- getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
-
Ciphertext that contains the wrapped data key.
- getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
Ciphertext of the data to re-encrypt.
- getCiphertextBlob() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
-
The re-encrypted data.
- getConstraints() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
Specifies the conditions under which the actions specified by the
Operations
parameter are allowed.
- getConstraints() - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
Specifies the conditions under which the actions specified by the
Operations
parameter are allowed.
- getCreationDate() - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Date the key was created.
- getDescription() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Description of the key.
- getDescription() - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
The description of the key.
- getDescription() - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
-
New description for the key.
- getDestinationEncryptionContext() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
Encryption context to be used when the data is re-encrypted.
- getDestinationKeyId() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
A unique identifier for the customer master key used to re-encrypt the
data.
- getEnabled() - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Value that specifies whether the key is enabled.
- 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
-
Name/value pair that contains additional data to be authenticated
during the encryption and decryption processes that use the key.
- getEncryptionContext() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Name:value pair that contains additional data to be authenticated
during the encryption and decryption processes.
- getEncryptionContextEquals() - Method in class com.amazonaws.services.kms.model.GrantConstraints
-
The constraint contains additional key/value pairs that serve to
further limit the grant.
- getEncryptionContextSubset() - Method in class com.amazonaws.services.kms.model.GrantConstraints
-
The constraint equals the full encryption context.
- getExecutorService() - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Returns the executor service used by this async client to execute
requests.
- getGranteePrincipal() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
Principal given permission by the grant to use the key identified by
the keyId
parameter.
- getGranteePrincipal() - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
The principal that receives the grant permission.
- getGrantId() - Method in class com.amazonaws.services.kms.model.CreateGrantResult
-
Unique grant identifier.
- getGrantId() - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
Unique grant identifier.
- getGrantId() - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
-
Unique identifier of the grant to be retired.
- 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.
- getGrantToken() - Method in class com.amazonaws.services.kms.model.CreateGrantResult
-
- 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
-
- getGrantTokens() - Method in class com.amazonaws.services.kms.model.DecryptRequest
-
- getGrantTokens() - Method in class com.amazonaws.services.kms.model.EncryptRequest
-
- getGrantTokens() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
- getGrantTokens() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
- getGrantTokens() - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
- getIssuingAccount() - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
The 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.CreateGrantRequest
-
A unique identifier for the customer master key.
- 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.DescribeKeyRequest
-
A unique identifier for the customer master key.
- getKeyId() - Method in class com.amazonaws.services.kms.model.DisableKeyRequest
-
A unique identifier for the customer master key.
- 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
-
A unique identifier for the customer master key.
- getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
-
System generated unique identifier of the key to be used to decrypt
the encrypted copy of the data key.
- getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
A unique identifier for the customer master key.
- getKeyId() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
-
System generated unique identifier of the key to be used to decrypt
the encrypted copy of the data key.
- 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.KeyListEntry
-
Unique identifier of the key.
- getKeyId() - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Unique identifier for the key.
- 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.
- getKeyId() - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
-
A unique identifier for the customer master key.
- getKeyId() - Method in class com.amazonaws.services.kms.model.ReEncryptResult
-
Unique identifier of the key used to re-encrypt the data.
- getKeyId() - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
-
A unique identifier for the customer master key 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.UpdateKeyDescriptionRequest
-
A unique identifier for the customer master key.
- getKeyMetadata() - Method in class com.amazonaws.services.kms.model.CreateKeyResult
-
Metadata associated with the key.
- 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.
- getKeyPolicyAsync(GetKeyPolicyRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
-
Retrieves a policy attached to the specified key.
- getKeyPolicyAsync(GetKeyPolicyRequest, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
-
Retrieves a policy attached to the specified key.
- getKeyPolicyAsync(GetKeyPolicyRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Retrieves a policy attached to the specified key.
- getKeyPolicyAsync(GetKeyPolicyRequest, AsyncHandler<GetKeyPolicyRequest, GetKeyPolicyResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Retrieves a policy attached to the specified key.
- GetKeyPolicyRequest - Class in com.amazonaws.services.kms.model
-
- GetKeyPolicyRequest() - Constructor for class com.amazonaws.services.kms.model.GetKeyPolicyRequest
-
- GetKeyPolicyResult - Class in com.amazonaws.services.kms.model
-
- GetKeyPolicyResult() - Constructor for class com.amazonaws.services.kms.model.GetKeyPolicyResult
-
- getKeyRotationEnabled() - Method in class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
-
A Boolean value that specifies whether key rotation is enabled.
- getKeyRotationStatus(GetKeyRotationStatusRequest) - Method in 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.
- getKeyRotationStatusAsync(GetKeyRotationStatusRequest) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
-
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
- getKeyRotationStatusAsync(GetKeyRotationStatusRequest, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult>) - Method in interface com.amazonaws.services.kms.AWSKMSAsync
-
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
- getKeyRotationStatusAsync(GetKeyRotationStatusRequest) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
- getKeyRotationStatusAsync(GetKeyRotationStatusRequest, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult>) - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
- GetKeyRotationStatusRequest - Class in com.amazonaws.services.kms.model
-
- GetKeyRotationStatusRequest() - Constructor for class com.amazonaws.services.kms.model.GetKeyRotationStatusRequest
-
- GetKeyRotationStatusResult - Class in com.amazonaws.services.kms.model
-
- GetKeyRotationStatusResult() - Constructor for class com.amazonaws.services.kms.model.GetKeyRotationStatusResult
-
- getKeys() - Method in class com.amazonaws.services.kms.model.ListKeysResult
-
A list of keys.
- getKeySpec() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
Value that identifies the encryption algorithm and key size to
generate a data key for.
- getKeySpec() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Value that identifies the encryption algorithm and key size.
- getKeyUsage() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Specifies the intended use of the key.
- getKeyUsage() - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
A value that specifies what operation(s) the key can perform.
- getLimit() - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
-
Specify this parameter when paginating results to indicate the maximum
number of aliases you want in each response.
- getLimit() - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
-
Specify this parameter only when paginating results to indicate the
maximum number of grants you want listed in the response.
- getLimit() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
-
Specify this parameter only when paginating results to indicate the
maximum number of policies you want listed in the response.
- getLimit() - Method in class com.amazonaws.services.kms.model.ListKeysRequest
-
Specify this parameter only when paginating results to indicate the
maximum number of keys you want listed in the response.
- getMarker() - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
-
Use this parameter when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
- 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've received a response where the results
are truncated.
- 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've received a response where the results
are truncated.
- 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've received a response where the results
are truncated.
- getNextMarker() - Method in class com.amazonaws.services.kms.model.ListAliasesResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- getNextMarker() - Method in class com.amazonaws.services.kms.model.ListGrantsResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- getNextMarker() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- getNextMarker() - Method in class com.amazonaws.services.kms.model.ListKeysResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- getNumberOfBytes() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
Integer that contains the number of bytes to generate.
- getNumberOfBytes() - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Integer that contains the number of bytes to generate.
- getNumberOfBytes() - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
-
Integer that contains the number of bytes to generate.
- getOperations() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
List of operations permitted by the grant.
- getOperations() - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
List of operations permitted by the grant.
- 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
-
Plaintext that contains the data key.
- getPlaintext() - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
-
Plaintext that contains the unpredictable byte string.
- getPolicy() - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Policy to be attached to the key.
- 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 policy, in JSON format, to be attached to the key.
- 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
-
Name of the policy to be attached.
- getPolicyNames() - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
-
A list of policy names.
- getRetiringPrincipal() - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
Principal given permission to retire the grant.
- getRetiringPrincipal() - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
The principal that can retire the account.
- 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 key used to originally encrypt the data.
- getTargetKeyId() - Method in class com.amazonaws.services.kms.model.AliasListEntry
-
String that contains the key identifier pointed 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 associated with 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.
- GrantConstraints - Class in com.amazonaws.services.kms.model
-
Contains constraints on the grant.
- GrantConstraints() - Constructor for class com.amazonaws.services.kms.model.GrantConstraints
-
- GrantListEntry - Class in com.amazonaws.services.kms.model
-
Contains information about each entry in the grant list.
- GrantListEntry() - Constructor for class com.amazonaws.services.kms.model.GrantListEntry
-
- GrantOperation - Enum in com.amazonaws.services.kms.model
-
Grant Operation
- 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 modifed.
- setArn(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Key ARN (Amazon Resource Name).
- setAWSAccountId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Account ID number.
- 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
-
Ciphertext that contains the encrypted data key.
- setCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
-
Ciphertext that contains the wrapped data key.
- setCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
Ciphertext of the data to re-encrypt.
- setCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
-
The re-encrypted data.
- setConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
Specifies the conditions under which the actions specified by the
Operations
parameter are allowed.
- setConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
Specifies the conditions under which the actions specified by the
Operations
parameter are allowed.
- setCreationDate(Date) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Date the key was created.
- setDescription(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Description of the key.
- setDescription(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
The description of the key.
- setDescription(String) - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
-
New description for the key.
- setDestinationEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
Encryption context to be used when the data is re-encrypted.
- setDestinationKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
A unique identifier for the customer master key used to re-encrypt the
data.
- setEnabled(Boolean) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Value that specifies whether the key is enabled.
- 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
-
Name/value pair that contains additional data to be authenticated
during the encryption and decryption processes that use the key.
- setEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Name:value pair that contains additional data to be authenticated
during the encryption and decryption processes.
- setEncryptionContextEquals(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
-
The constraint contains additional key/value pairs that serve to
further limit the grant.
- setEncryptionContextSubset(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
-
The constraint equals the full encryption context.
- setEndpoint(String) - Method in interface com.amazonaws.services.kms.AWSKMS
-
Overrides the default endpoint for this client ("https://kms.us-east-1.amazonaws.com/").
- setEndpoint(String) - Method in class com.amazonaws.services.kms.AWSKMSClient
-
- setEndpoint(String, String, String) - Method in class com.amazonaws.services.kms.AWSKMSClient
-
- setGranteePrincipal(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
Principal given permission by the grant to use the key identified by
the keyId
parameter.
- setGranteePrincipal(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
The principal that receives the grant permission.
- setGrantId(String) - Method in class com.amazonaws.services.kms.model.CreateGrantResult
-
Unique grant identifier.
- setGrantId(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
Unique grant identifier.
- setGrantId(String) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
-
Unique identifier of the grant to be retired.
- 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.
- setGrantToken(String) - Method in class com.amazonaws.services.kms.model.CreateGrantResult
-
- 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
-
- setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.DecryptRequest
-
- setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.EncryptRequest
-
- setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
- setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
- setGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
- setIssuingAccount(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
The 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.CreateGrantRequest
-
A unique identifier for the customer master key.
- 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.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 customer master key.
- 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
-
A unique identifier for the customer master key.
- setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
-
System generated unique identifier of the key to be used to decrypt
the encrypted copy of the data key.
- setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
A unique identifier for the customer master key.
- setKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
-
System generated unique identifier of the key to be used to decrypt
the encrypted copy of the data key.
- 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.KeyListEntry
-
Unique identifier of the key.
- setKeyId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Unique identifier for the key.
- 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.
- setKeyId(String) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
-
A unique identifier for the customer master key.
- setKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
-
Unique identifier of the key used to re-encrypt the data.
- setKeyId(String) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
-
A unique identifier for the customer master key 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.UpdateKeyDescriptionRequest
-
A unique identifier for the customer master key.
- setKeyMetadata(KeyMetadata) - Method in class com.amazonaws.services.kms.model.CreateKeyResult
-
Metadata associated with the key.
- 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
-
Value that identifies the encryption algorithm and key size to
generate a data key for.
- setKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
Value that identifies the encryption algorithm and key size to
generate a data key for.
- setKeySpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Value that identifies the encryption algorithm and key size.
- setKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Value that identifies the encryption algorithm and key size.
- setKeyUsage(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Specifies the intended use of the key.
- setKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Specifies the intended use of the key.
- setKeyUsage(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
A value that specifies what operation(s) the key can perform.
- setKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
A value that specifies what operation(s) the key can perform.
- setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
-
Specify this parameter when paginating results to indicate the maximum
number of aliases you want in each response.
- setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
-
Specify this parameter only when paginating results to indicate the
maximum number of grants you want listed in the response.
- setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
-
Specify this parameter only when paginating results to indicate the
maximum number of policies you want listed in the response.
- setLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeysRequest
-
Specify this parameter only when paginating results to indicate the
maximum number of keys you want listed in the response.
- setMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
-
Use this parameter when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
- 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've received a response where the results
are truncated.
- 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've received a response where the results
are truncated.
- 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've received a response where the results
are truncated.
- setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- setNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeysResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- setNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
Integer that contains the number of bytes to generate.
- setNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Integer that contains the number of bytes to generate.
- setNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
-
Integer that contains the number of bytes to generate.
- setOperations(Collection<String>) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
List of operations permitted by the grant.
- setOperations(Collection<String>) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
List of operations permitted by the grant.
- 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
-
Plaintext that contains the data key.
- setPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
-
Plaintext that contains the unpredictable byte string.
- setPolicy(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Policy to be attached to the key.
- 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 policy, in JSON format, to be attached to the key.
- 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
-
Name of the policy to be attached.
- setPolicyNames(Collection<String>) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
-
A list of policy names.
- setRegion(Region) - Method in interface com.amazonaws.services.kms.AWSKMS
-
- setRetiringPrincipal(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
Principal given permission to retire the grant.
- setRetiringPrincipal(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
The principal that can retire the account.
- 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 key used to originally encrypt the data.
- setTargetKeyId(String) - Method in class com.amazonaws.services.kms.model.AliasListEntry
-
String that contains the key identifier pointed 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 associated with 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.
- shutdown() - Method in interface com.amazonaws.services.kms.AWSKMS
-
Shuts down this client object, releasing any resources that might be held
open.
- shutdown() - Method in class com.amazonaws.services.kms.AWSKMSAsyncClient
-
Shuts down the client, releasing all managed resources.
- 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.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.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 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.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.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.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.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.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.
- 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 modifed.
- withArn(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Key ARN (Amazon Resource Name).
- withAWSAccountId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Account ID number.
- 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
-
Ciphertext that contains the encrypted data key.
- withCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
-
Ciphertext that contains the wrapped data key.
- withCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
Ciphertext of the data to re-encrypt.
- withCiphertextBlob(ByteBuffer) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
-
The re-encrypted data.
- withConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
Specifies the conditions under which the actions specified by the
Operations
parameter are allowed.
- withConstraints(GrantConstraints) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
Specifies the conditions under which the actions specified by the
Operations
parameter are allowed.
- withCreationDate(Date) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Date the key was created.
- withDescription(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Description of the key.
- withDescription(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
The description of the key.
- withDescription(String) - Method in class com.amazonaws.services.kms.model.UpdateKeyDescriptionRequest
-
New description for the key.
- withDestinationEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
Encryption context to be used when the data is re-encrypted.
- withDestinationKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
A unique identifier for the customer master key used to re-encrypt the
data.
- withEnabled(Boolean) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Value that specifies whether the key is enabled.
- 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
-
Name/value pair that contains additional data to be authenticated
during the encryption and decryption processes that use the key.
- withEncryptionContext(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Name:value pair that contains additional data to be authenticated
during the encryption and decryption processes.
- withEncryptionContextEquals(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
-
The constraint contains additional key/value pairs that serve to
further limit the grant.
- withEncryptionContextSubset(Map<String, String>) - Method in class com.amazonaws.services.kms.model.GrantConstraints
-
The constraint equals the full encryption context.
- withGranteePrincipal(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
Principal given permission by the grant to use the key identified by
the keyId
parameter.
- withGranteePrincipal(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
The principal that receives the grant permission.
- withGrantId(String) - Method in class com.amazonaws.services.kms.model.CreateGrantResult
-
Unique grant identifier.
- withGrantId(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
Unique grant identifier.
- withGrantId(String) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
-
Unique identifier of the grant to be retired.
- 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.
- withGrantToken(String) - Method in class com.amazonaws.services.kms.model.CreateGrantResult
-
- 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
-
- withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
- withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.DecryptRequest
-
- withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.DecryptRequest
-
- withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.EncryptRequest
-
- withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.EncryptRequest
-
- withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
- withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
- withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
- withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
- withGrantTokens(String...) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
- withGrantTokens(Collection<String>) - Method in class com.amazonaws.services.kms.model.ReEncryptRequest
-
- withIssuingAccount(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
The 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.CreateGrantRequest
-
A unique identifier for the customer master key.
- 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.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 customer master key.
- 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
-
A unique identifier for the customer master key.
- withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyResult
-
System generated unique identifier of the key to be used to decrypt
the encrypted copy of the data key.
- withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
A unique identifier for the customer master key.
- withKeyId(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
-
System generated unique identifier of the key to be used to decrypt
the encrypted copy of the data key.
- 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.KeyListEntry
-
Unique identifier of the key.
- withKeyId(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
Unique identifier for the key.
- 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.
- withKeyId(String) - Method in class com.amazonaws.services.kms.model.PutKeyPolicyRequest
-
A unique identifier for the customer master key.
- withKeyId(String) - Method in class com.amazonaws.services.kms.model.ReEncryptResult
-
Unique identifier of the key used to re-encrypt the data.
- withKeyId(String) - Method in class com.amazonaws.services.kms.model.RetireGrantRequest
-
A unique identifier for the customer master key 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.UpdateKeyDescriptionRequest
-
A unique identifier for the customer master key.
- withKeyMetadata(KeyMetadata) - Method in class com.amazonaws.services.kms.model.CreateKeyResult
-
Metadata associated with the key.
- 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
-
Value that identifies the encryption algorithm and key size to
generate a data key for.
- withKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
Value that identifies the encryption algorithm and key size to
generate a data key for.
- withKeySpec(String) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Value that identifies the encryption algorithm and key size.
- withKeySpec(DataKeySpec) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Value that identifies the encryption algorithm and key size.
- withKeyUsage(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Specifies the intended use of the key.
- withKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Specifies the intended use of the key.
- withKeyUsage(String) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
A value that specifies what operation(s) the key can perform.
- withKeyUsage(KeyUsageType) - Method in class com.amazonaws.services.kms.model.KeyMetadata
-
A value that specifies what operation(s) the key can perform.
- withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
-
Specify this parameter when paginating results to indicate the maximum
number of aliases you want in each response.
- withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListGrantsRequest
-
Specify this parameter only when paginating results to indicate the
maximum number of grants you want listed in the response.
- withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesRequest
-
Specify this parameter only when paginating results to indicate the
maximum number of policies you want listed in the response.
- withLimit(Integer) - Method in class com.amazonaws.services.kms.model.ListKeysRequest
-
Specify this parameter only when paginating results to indicate the
maximum number of keys you want listed in the response.
- withMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesRequest
-
Use this parameter when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
- 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've received a response where the results
are truncated.
- 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've received a response where the results
are truncated.
- 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've received a response where the results
are truncated.
- withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListAliasesResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListGrantsResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeyPoliciesResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- withNextMarker(String) - Method in class com.amazonaws.services.kms.model.ListKeysResult
-
If Truncated
is true, this value is present and contains
the value to use for the Marker
request parameter in a
subsequent pagination request.
- withNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyRequest
-
Integer that contains the number of bytes to generate.
- withNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextRequest
-
Integer that contains the number of bytes to generate.
- withNumberOfBytes(Integer) - Method in class com.amazonaws.services.kms.model.GenerateRandomRequest
-
Integer that contains the number of bytes to generate.
- withOperations(String...) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
List of operations permitted by the grant.
- withOperations(Collection<String>) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
List of operations permitted by the grant.
- withOperations(GrantOperation...) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
List of operations permitted by the grant.
- withOperations(String...) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
List of operations permitted by the grant.
- withOperations(Collection<String>) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
List of operations permitted by the grant.
- withOperations(GrantOperation...) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
List of operations permitted by the grant.
- 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
-
Plaintext that contains the data key.
- withPlaintext(ByteBuffer) - Method in class com.amazonaws.services.kms.model.GenerateRandomResult
-
Plaintext that contains the unpredictable byte string.
- withPolicy(String) - Method in class com.amazonaws.services.kms.model.CreateKeyRequest
-
Policy to be attached to the key.
- 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 policy, in JSON format, to be attached to the key.
- 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
-
Name of the policy to be attached.
- 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.
- withRetiringPrincipal(String) - Method in class com.amazonaws.services.kms.model.CreateGrantRequest
-
Principal given permission to retire the grant.
- withRetiringPrincipal(String) - Method in class com.amazonaws.services.kms.model.GrantListEntry
-
The principal that can retire the account.
- 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 key used to originally encrypt the data.
- withTargetKeyId(String) - Method in class com.amazonaws.services.kms.model.AliasListEntry
-
String that contains the key identifier pointed 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 associated with 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.