Uses of Interface
software.amazon.awssdk.services.paymentcryptography.PaymentCryptographyServiceClientConfiguration.Builder
-
Packages that use PaymentCryptographyServiceClientConfiguration.Builder 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.internal -
-
Uses of PaymentCryptographyServiceClientConfiguration.Builder in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return PaymentCryptographyServiceClientConfiguration.Builder Modifier and Type Method Description PaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfiguration.Builder. authSchemeProvider(PaymentCryptographyAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic PaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfiguration. builder()PaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerPaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overridePaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerPaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationPaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)PaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.paymentcryptography with parameters of type PaymentCryptographyServiceClientConfiguration.Builder Constructor Description PaymentCryptographyServiceClientConfiguration(PaymentCryptographyServiceClientConfiguration.Builder builder) -
Uses of PaymentCryptographyServiceClientConfiguration.Builder in software.amazon.awssdk.services.paymentcryptography.internal
Classes in software.amazon.awssdk.services.paymentcryptography.internal that implement PaymentCryptographyServiceClientConfiguration.Builder Modifier and Type Class Description classPaymentCryptographyServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.paymentcryptography.internal that return PaymentCryptographyServiceClientConfiguration.Builder Modifier and Type Method Description PaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfigurationBuilder. authSchemeProvider(PaymentCryptographyAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerPaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerPaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overridePaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerPaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationPaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)PaymentCryptographyServiceClientConfiguration.BuilderPaymentCryptographyServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-