Uses of Class
com.amazonaws.services.kms.model.CreateGrantRequest
-
Packages that use CreateGrantRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of CreateGrantRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type CreateGrantRequest Modifier and Type Method Description CreateGrantResult
AbstractAWSKMS. createGrant(CreateGrantRequest request)
CreateGrantResult
AWSKMS. createGrant(CreateGrantRequest createGrantRequest)
Adds a grant to a key to specify who can use the key and under what conditions.CreateGrantResult
AWSKMSClient. createGrant(CreateGrantRequest createGrantRequest)
Adds a grant to a key to specify who can use the key and under what conditions.Future<CreateGrantResult>
AbstractAWSKMSAsync. createGrantAsync(CreateGrantRequest request)
Future<CreateGrantResult>
AbstractAWSKMSAsync. createGrantAsync(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
Future<CreateGrantResult>
AWSKMSAsync. createGrantAsync(CreateGrantRequest createGrantRequest)
Adds a grant to a key to specify who can use the key and under what conditions.Future<CreateGrantResult>
AWSKMSAsync. createGrantAsync(CreateGrantRequest createGrantRequest, AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
Adds a grant to a key to specify who can use the key and under what conditions.Future<CreateGrantResult>
AWSKMSAsyncClient. createGrantAsync(CreateGrantRequest request)
Future<CreateGrantResult>
AWSKMSAsyncClient. createGrantAsync(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
Method parameters in com.amazonaws.services.kms with type arguments of type CreateGrantRequest Modifier and Type Method Description Future<CreateGrantResult>
AbstractAWSKMSAsync. createGrantAsync(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
Future<CreateGrantResult>
AWSKMSAsync. createGrantAsync(CreateGrantRequest createGrantRequest, AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
Adds a grant to a key to specify who can use the key and under what conditions.Future<CreateGrantResult>
AWSKMSAsyncClient. createGrantAsync(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
-
Uses of CreateGrantRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return CreateGrantRequest Modifier and Type Method Description CreateGrantRequest
CreateGrantRequest. clone()
CreateGrantRequest
CreateGrantRequest. withConstraints(GrantConstraints constraints)
The conditions under which the operations permitted by the grant are allowed.CreateGrantRequest
CreateGrantRequest. withGranteePrincipal(String granteePrincipal)
The principal that is given permission to perform the operations that the grant permits.CreateGrantRequest
CreateGrantRequest. withGrantTokens(String... grantTokens)
A list of grant tokens.CreateGrantRequest
CreateGrantRequest. withGrantTokens(Collection<String> grantTokens)
A list of grant tokens.CreateGrantRequest
CreateGrantRequest. withKeyId(String keyId)
The unique identifier for the customer master key (CMK) that the grant applies to.CreateGrantRequest
CreateGrantRequest. withName(String name)
A friendly name for identifying the grant.CreateGrantRequest
CreateGrantRequest. withOperations(GrantOperation... operations)
A list of operations that the grant permits.CreateGrantRequest
CreateGrantRequest. withOperations(String... operations)
A list of operations that the grant permits.CreateGrantRequest
CreateGrantRequest. withOperations(Collection<String> operations)
A list of operations that the grant permits.CreateGrantRequest
CreateGrantRequest. withRetiringPrincipal(String retiringPrincipal)
The principal that is given permission to retire the grant by using RetireGrant operation.
-