Uses of Interface
software.amazon.awssdk.services.paymentcryptography.PaymentCryptographyAsyncClient
-
Packages that use PaymentCryptographyAsyncClient Package Description software.amazon.awssdk.services.paymentcryptography Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related cryptographic operations.software.amazon.awssdk.services.paymentcryptography.paginators -
-
Uses of PaymentCryptographyAsyncClient in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return PaymentCryptographyAsyncClient Modifier and Type Method Description static PaymentCryptographyAsyncClientPaymentCryptographyAsyncClient. create()Create aPaymentCryptographyAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of PaymentCryptographyAsyncClient in software.amazon.awssdk.services.paymentcryptography.paginators
Constructors in software.amazon.awssdk.services.paymentcryptography.paginators with parameters of type PaymentCryptographyAsyncClient Constructor Description ListAliasesPublisher(PaymentCryptographyAsyncClient client, ListAliasesRequest firstRequest)ListKeysPublisher(PaymentCryptographyAsyncClient client, ListKeysRequest firstRequest)ListTagsForResourcePublisher(PaymentCryptographyAsyncClient client, ListTagsForResourceRequest firstRequest)
-