| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.paginators | |
| software.amazon.awssdk.services.kms.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
default CompletableFuture<ListRetirableGrantsResponse> |
KmsAsyncClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
default ListRetirableGrantsIterable |
KmsClient.listRetirableGrantsPaginator(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
default ListRetirableGrantsPublisher |
KmsAsyncClient.listRetirableGrantsPaginator(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
| Constructor and Description |
|---|
ListRetirableGrantsIterable(KmsClient client,
ListRetirableGrantsRequest firstRequest) |
ListRetirableGrantsPublisher(KmsAsyncClient client,
ListRetirableGrantsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRetirableGrantsRequestMarshaller.marshall(ListRetirableGrantsRequest listRetirableGrantsRequest) |
Copyright © 2023. All rights reserved.