| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default RevokeGrantResponse |
KmsClient.revokeGrant(Consumer<RevokeGrantRequest.Builder> revokeGrantRequest)
Revokes the specified grant for the specified customer master key (CMK).
|
default RevokeGrantResponse |
KmsClient.revokeGrant(RevokeGrantRequest revokeGrantRequest)
Revokes the specified grant for the specified customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RevokeGrantResponse> |
KmsAsyncClient.revokeGrant(Consumer<RevokeGrantRequest.Builder> revokeGrantRequest)
Revokes the specified grant for the specified customer master key (CMK).
|
default CompletableFuture<RevokeGrantResponse> |
KmsAsyncClient.revokeGrant(RevokeGrantRequest revokeGrantRequest)
Revokes the specified grant for the specified customer master key (CMK).
|
Copyright © 2021. All rights reserved.