Uses of Class
software.amazon.awssdk.services.paymentcryptography.paginators.ListAliasesIterable
-
Packages that use ListAliasesIterable 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. -
-
Uses of ListAliasesIterable in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return ListAliasesIterable Modifier and Type Method Description default ListAliasesIterablePaymentCryptographyClient. listAliasesPaginator(Consumer<ListAliasesRequest.Builder> listAliasesRequest)Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.default ListAliasesIterablePaymentCryptographyClient. listAliasesPaginator(ListAliasesRequest listAliasesRequest)Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
-