| 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.paginators | |
| software.amazon.awssdk.services.paymentcryptography.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListKeysResponse |
PaymentCryptographyClient.listKeys(ListKeysRequest listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default CompletableFuture<ListKeysResponse> |
PaymentCryptographyAsyncClient.listKeys(ListKeysRequest listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListKeysIterable |
PaymentCryptographyClient.listKeysPaginator(ListKeysRequest listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListKeysPublisher |
PaymentCryptographyAsyncClient.listKeysPaginator(ListKeysRequest listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Constructor and Description |
|---|
ListKeysIterable(PaymentCryptographyClient client,
ListKeysRequest firstRequest) |
ListKeysPublisher(PaymentCryptographyAsyncClient client,
ListKeysRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListKeysRequestMarshaller.marshall(ListKeysRequest listKeysRequest) |
Copyright © 2023. All rights reserved.