Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.PaymentCryptographyDataBaseClientBuilder
-
Packages that use PaymentCryptographyDataBaseClientBuilder Package Description software.amazon.awssdk.services.paymentcryptographydata You use the Amazon Web Services Payment Cryptography Data Plane to manage how encryption keys are used for payment-related transaction processing and associated cryptographic operations. -
-
Uses of PaymentCryptographyDataBaseClientBuilder in software.amazon.awssdk.services.paymentcryptographydata
Classes in software.amazon.awssdk.services.paymentcryptographydata with type parameters of type PaymentCryptographyDataBaseClientBuilder Modifier and Type Interface Description interfacePaymentCryptographyDataBaseClientBuilder<B extends PaymentCryptographyDataBaseClientBuilder<B,C>,C>This includes configuration specific to Payment Cryptography Data Plane that is supported by bothPaymentCryptographyDataClientBuilderandPaymentCryptographyDataAsyncClientBuilder.Subinterfaces of PaymentCryptographyDataBaseClientBuilder in software.amazon.awssdk.services.paymentcryptographydata Modifier and Type Interface Description interfacePaymentCryptographyDataAsyncClientBuilderA builder for creating an instance ofPaymentCryptographyDataAsyncClient.interfacePaymentCryptographyDataClientBuilderA builder for creating an instance ofPaymentCryptographyDataClient.
-