Uses of Interface
software.amazon.awssdk.services.paymentcryptography.PaymentCryptographyBaseClientBuilder
-
Packages that use PaymentCryptographyBaseClientBuilder 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. -
-
Uses of PaymentCryptographyBaseClientBuilder in software.amazon.awssdk.services.paymentcryptography
Classes in software.amazon.awssdk.services.paymentcryptography with type parameters of type PaymentCryptographyBaseClientBuilder Modifier and Type Interface Description interfacePaymentCryptographyBaseClientBuilder<B extends PaymentCryptographyBaseClientBuilder<B,C>,C>This includes configuration specific to Payment Cryptography Control Plane that is supported by bothPaymentCryptographyClientBuilderandPaymentCryptographyAsyncClientBuilder.Subinterfaces of PaymentCryptographyBaseClientBuilder in software.amazon.awssdk.services.paymentcryptography Modifier and Type Interface Description interfacePaymentCryptographyAsyncClientBuilderA builder for creating an instance ofPaymentCryptographyAsyncClient.interfacePaymentCryptographyClientBuilderA builder for creating an instance ofPaymentCryptographyClient.
-