| 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 |
AWSKMS.retireGrant(RetireGrantRequest retireGrantRequest)
Retires a grant.
|
void |
AWSKMSClient.retireGrant(RetireGrantRequest retireGrantRequest)
Retires a grant.
|
| Modifier and Type | Method and Description |
|---|---|
RetireGrantRequest |
RetireGrantRequest.withGrantId(String grantId)
Unique identifier of the grant to retire.
|
RetireGrantRequest |
RetireGrantRequest.withGrantToken(String grantToken)
Token that identifies the grant to be retired.
|
RetireGrantRequest |
RetireGrantRequest.withKeyId(String keyId)
The Amazon Resource Name of the CMK associated with the grant.
|
Copyright © 2018. All rights reserved.