| 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 |
| 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 ListKeysResponse |
PaymentCryptographyClient.listKeys(ListKeysRequest listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
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 CompletableFuture<ListKeysResponse> |
PaymentCryptographyAsyncClient.listKeys(ListKeysRequest listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListKeysResponse> |
ListKeysIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeysPublisher.subscribe(org.reactivestreams.Subscriber<? super ListKeysResponse> subscriber) |
Copyright © 2023. All rights reserved.