Uses of Class
com.amazonaws.services.kms.model.CreateGrantResult
Packages that use CreateGrantResult
-
Uses of CreateGrantResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return CreateGrantResultModifier and TypeMethodDescriptionAbstractAWSKMS.createGrant
(CreateGrantRequest request) AWSKMS.createGrant
(CreateGrantRequest createGrantRequest) Adds a grant to a key to specify who can use the key and under what conditions.AWSKMSClient.createGrant
(CreateGrantRequest createGrantRequest) Adds a grant to a key to specify who can use the key and under what conditions.Methods in com.amazonaws.services.kms that return types with arguments of type CreateGrantResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.createGrantAsync
(CreateGrantRequest request) AbstractAWSKMSAsync.createGrantAsync
(CreateGrantRequest request, AsyncHandler<CreateGrantRequest, CreateGrantResult> asyncHandler) AWSKMSAsync.createGrantAsync
(CreateGrantRequest createGrantRequest) Adds a grant to a key to specify who can use the key and under what conditions.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.AWSKMSAsyncClient.createGrantAsync
(CreateGrantRequest request) AWSKMSAsyncClient.createGrantAsync
(CreateGrantRequest request, AsyncHandler<CreateGrantRequest, CreateGrantResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type CreateGrantResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.createGrantAsync
(CreateGrantRequest request, AsyncHandler<CreateGrantRequest, CreateGrantResult> asyncHandler) 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.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 CreateGrantResultModifier and TypeMethodDescriptionCreateGrantResult.clone()
CreateGrantResult.withGrantId
(String grantId) The unique identifier for the grant.CreateGrantResult.withGrantToken
(String grantToken) The grant token.