| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRetirableGrantsResponse> |
KmsAsyncClient.listRetirableGrants(Consumer<ListRetirableGrantsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRetirableGrantsResponse> |
ListRetirableGrantsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRetirableGrantsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRetirableGrantsResponse> subscriber) |
Copyright © 2023. All rights reserved.