| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListGrantsResponse |
KmsClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default ListGrantsResponse |
KmsClient.listGrants(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGrantsResponse> |
KmsAsyncClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default CompletableFuture<ListGrantsResponse> |
KmsAsyncClient.listGrants(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGrantsResponse> |
ListGrantsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGrantsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGrantsResponse> subscriber) |
Copyright © 2023. All rights reserved.