| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography |
You use the Amazon Web Services Payment Cryptography Control Plane to manage the encryption keys you use for
payment-related cryptographic operations.
|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
default ListKeysResponse |
PaymentCryptographyClient.listKeys(Consumer<ListKeysRequest.Builder> listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default CompletableFuture<ListKeysResponse> |
PaymentCryptographyAsyncClient.listKeys(Consumer<ListKeysRequest.Builder> listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListKeysIterable |
PaymentCryptographyClient.listKeysPaginator(Consumer<ListKeysRequest.Builder> listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListKeysPublisher |
PaymentCryptographyAsyncClient.listKeysPaginator(Consumer<ListKeysRequest.Builder> listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
static ListKeysRequest.Builder |
ListKeysRequest.builder() |
ListKeysRequest.Builder |
ListKeysRequest.Builder.keyState(KeyState keyState)
The key state of the keys you want to list.
|
ListKeysRequest.Builder |
ListKeysRequest.Builder.keyState(String keyState)
The key state of the keys you want to list.
|
ListKeysRequest.Builder |
ListKeysRequest.Builder.maxResults(Integer maxResults)
Use this parameter to specify the maximum number of items to return.
|
ListKeysRequest.Builder |
ListKeysRequest.Builder.nextToken(String nextToken)
Use this parameter in a subsequent request after you receive a response with truncated results.
|
ListKeysRequest.Builder |
ListKeysRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListKeysRequest.Builder |
ListKeysRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListKeysRequest.Builder |
ListKeysRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListKeysRequest.Builder> |
ListKeysRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.