| 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)
When paginating results, specify the maximum number of items to return in
the response.
|
ListRetirableGrantsRequest |
ListRetirableGrantsRequest.withMarker(String marker)
Use this parameter only when paginating results and only 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 © 2017. All rights reserved.