| 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 ListGrantsResponse |
KmsClient.listGrants(ListGrantsRequest 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.
|
default ListGrantsIterable |
KmsClient.listGrantsPaginator(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default ListGrantsPublisher |
KmsAsyncClient.listGrantsPaginator(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
| Constructor and Description |
|---|
ListGrantsIterable(KmsClient client,
ListGrantsRequest firstRequest) |
ListGrantsPublisher(KmsAsyncClient client,
ListGrantsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGrantsRequestMarshaller.marshall(ListGrantsRequest listGrantsRequest) |
Copyright © 2023. All rights reserved.