Uses of Class
software.amazon.awssdk.services.kms.model.RevokeGrantRequest
Packages that use RevokeGrantRequest
Package
Description
-
Uses of RevokeGrantRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type RevokeGrantRequestModifier and TypeMethodDescriptiondefault CompletableFuture<RevokeGrantResponse>KmsAsyncClient.revokeGrant(RevokeGrantRequest revokeGrantRequest) Deletes the specified grant.default RevokeGrantResponseKmsClient.revokeGrant(RevokeGrantRequest revokeGrantRequest) Deletes the specified grant. -
Uses of RevokeGrantRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type RevokeGrantRequestModifier and TypeMethodDescriptionRevokeGrantRequestMarshaller.marshall(RevokeGrantRequest revokeGrantRequest)