| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSKMSClient.revokeGrant(RevokeGrantRequest revokeGrantRequest)
Revokes the specified grant for the specified customer master key (CMK).
|
void |
AWSKMS.revokeGrant(RevokeGrantRequest revokeGrantRequest)
Revokes the specified grant for the specified customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
RevokeGrantRequest |
RevokeGrantRequest.withGrantId(String grantId)
Identifier of the grant to be revoked.
|
RevokeGrantRequest |
RevokeGrantRequest.withKeyId(String keyId)
A unique identifier for the customer master key associated with the
grant.
|
Copyright © 2019. All rights reserved.