Uses of Class
com.amazonaws.services.kms.model.CreateGrantResult
-
Packages that use CreateGrantResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of CreateGrantResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return CreateGrantResult 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.Method parameters in com.amazonaws.services.kms with type arguments of type CreateGrantResult 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 CreateGrantResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return CreateGrantResult Modifier and Type Method Description CreateGrantResult
CreateGrantResult. clone()
CreateGrantResult
CreateGrantResult. withGrantId(String grantId)
The unique identifier for the grant.CreateGrantResult
CreateGrantResult. withGrantToken(String grantToken)
The grant token.
-