| 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 ListAliasesResponse |
PaymentCryptographyClient.listAliases(ListAliasesRequest 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.
|
default ListAliasesIterable |
PaymentCryptographyClient.listAliasesPaginator(ListAliasesRequest listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListAliasesPublisher |
PaymentCryptographyAsyncClient.listAliasesPaginator(ListAliasesRequest listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Constructor and Description |
|---|
ListAliasesIterable(PaymentCryptographyClient client,
ListAliasesRequest firstRequest) |
ListAliasesPublisher(PaymentCryptographyAsyncClient client,
ListAliasesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAliasesRequestMarshaller.marshall(ListAliasesRequest listAliasesRequest) |
Copyright © 2023. All rights reserved.