| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
ListRetirableGrantsResult |
AWSKMSClient.listRetirableGrants(ListRetirableGrantsRequest request)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
ListRetirableGrantsResult |
AbstractAWSKMS.listRetirableGrants(ListRetirableGrantsRequest request) |
ListRetirableGrantsResult |
AWSKMS.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListRetirableGrantsResult> |
AWSKMSAsyncClient.listRetirableGrantsAsync(ListRetirableGrantsRequest request,
AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler) |
Future<ListRetirableGrantsResult> |
AbstractAWSKMSAsync.listRetirableGrantsAsync(ListRetirableGrantsRequest request,
AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler) |
Future<ListRetirableGrantsResult> |
AWSKMSAsync.listRetirableGrantsAsync(ListRetirableGrantsRequest listRetirableGrantsRequest,
AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
| Modifier and Type | Method and Description |
|---|---|
ListRetirableGrantsResult |
ListRetirableGrantsResult.clone() |
ListRetirableGrantsResult |
ListRetirableGrantsResult.withGrants(Collection<GrantListEntry> grants)
A list of grants.
|
ListRetirableGrantsResult |
ListRetirableGrantsResult.withGrants(GrantListEntry... grants)
A list of grants.
|
ListRetirableGrantsResult |
ListRetirableGrantsResult.withNextMarker(String nextMarker)
When
Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request. |
ListRetirableGrantsResult |
ListRetirableGrantsResult.withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Copyright © 2022. All rights reserved.