Uses of Class
software.amazon.awssdk.services.kms.model.RevokeGrantResponse
-
Packages that use RevokeGrantResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of RevokeGrantResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return RevokeGrantResponse Modifier and Type Method Description default 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 RevokeGrantResponse Modifier and Type Method Description default CompletableFuture<RevokeGrantResponse>KmsAsyncClient. revokeGrant(Consumer<RevokeGrantRequest.Builder> revokeGrantRequest)Deletes the specified grant.default CompletableFuture<RevokeGrantResponse>KmsAsyncClient. revokeGrant(RevokeGrantRequest revokeGrantRequest)Deletes the specified grant.
-