| 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 |
|---|---|
ListRetirableGrantsResult |
AWSKMS.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
ListRetirableGrantsResult |
AWSKMSClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
| Modifier and Type | Method and Description |
|---|---|
ListRetirableGrantsRequest |
ListRetirableGrantsRequest.withLimit(Integer limit)
Use this parameter to specify the maximum number of items to return.
|
ListRetirableGrantsRequest |
ListRetirableGrantsRequest.withMarker(String marker)
Use this parameter in a subsequent request after you receive a response
with truncated results.
|
ListRetirableGrantsRequest |
ListRetirableGrantsRequest.withRetiringPrincipal(String retiringPrincipal)
The retiring principal for which to list grants.
|
Copyright © 2018. All rights reserved.