Package | Description |
---|---|
software.amazon.awssdk.services.kms |
|
software.amazon.awssdk.services.kms.model |
Modifier and Type | Method and Description |
---|---|
default ListGrantsResponse |
KmsClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default CompletableFuture<ListGrantsResponse> |
KmsAsyncClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default ListGrantsIterable |
KmsClient.listGrantsPaginator(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default ListGrantsPublisher |
KmsAsyncClient.listGrantsPaginator(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
Modifier and Type | Method and Description |
---|---|
static ListGrantsRequest.Builder |
ListGrantsRequest.builder() |
ListGrantsRequest.Builder |
ListGrantsRequest.Builder.keyId(String keyId)
A unique identifier for the customer master key (CMK).
|
ListGrantsRequest.Builder |
ListGrantsRequest.Builder.limit(Integer limit)
Use this parameter to specify the maximum number of items to return.
|
ListGrantsRequest.Builder |
ListGrantsRequest.Builder.marker(String marker)
Use this parameter in a subsequent request after you receive a response with truncated results.
|
ListGrantsRequest.Builder |
ListGrantsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGrantsRequest.Builder |
ListGrantsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGrantsRequest.Builder |
ListGrantsRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ListGrantsRequest.Builder> |
ListGrantsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.