Uses of Class
software.amazon.awssdk.services.kms.model.RevokeGrantResponse
Packages that use RevokeGrantResponse
-
Uses of RevokeGrantResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return RevokeGrantResponseModifier and TypeMethodDescriptiondefault RevokeGrantResponseKmsClient.revokeGrant(Consumer<RevokeGrantRequest.Builder> revokeGrantRequest) Deletes the specified grant.default RevokeGrantResponseKmsClient.revokeGrant(RevokeGrantRequest revokeGrantRequest) Deletes the specified grant.Methods in software.amazon.awssdk.services.kms that return types with arguments of type RevokeGrantResponseModifier and TypeMethodDescriptiondefault CompletableFuture<RevokeGrantResponse>KmsAsyncClient.revokeGrant(Consumer<RevokeGrantRequest.Builder> revokeGrantRequest) Deletes the specified grant.default CompletableFuture<RevokeGrantResponse>KmsAsyncClient.revokeGrant(RevokeGrantRequest revokeGrantRequest) Deletes the specified grant.