| 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 ListAliasesResponse |
PaymentCryptographyClient.listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListAliasesResponse |
PaymentCryptographyClient.listAliases(ListAliasesRequest listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAliasesResponse> |
PaymentCryptographyAsyncClient.listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default CompletableFuture<ListAliasesResponse> |
PaymentCryptographyAsyncClient.listAliases(ListAliasesRequest listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAliasesResponse> |
ListAliasesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAliasesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAliasesResponse> subscriber) |
Copyright © 2023. All rights reserved.