| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
ListRetirableGrantsResult |
AWSKMSClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
ListRetirableGrantsResult |
AWSKMS.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
Future<ListRetirableGrantsResult> |
AWSKMSAsync.listRetirableGrantsAsync(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
Future<ListRetirableGrantsResult> |
AWSKMSAsyncClient.listRetirableGrantsAsync(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
Future<ListRetirableGrantsResult> |
AWSKMSAsync.listRetirableGrantsAsync(ListRetirableGrantsRequest listRetirableGrantsRequest,
AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
Future<ListRetirableGrantsResult> |
AWSKMSAsyncClient.listRetirableGrantsAsync(ListRetirableGrantsRequest listRetirableGrantsRequest,
AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRetirableGrantsResult> |
AWSKMSAsync.listRetirableGrantsAsync(ListRetirableGrantsRequest listRetirableGrantsRequest,
AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
Future<ListRetirableGrantsResult> |
AWSKMSAsyncClient.listRetirableGrantsAsync(ListRetirableGrantsRequest listRetirableGrantsRequest,
AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
| Modifier and Type | Method and Description |
|---|---|
ListRetirableGrantsRequest |
ListRetirableGrantsRequest.clone() |
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 © 2015. All rights reserved.