Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.PaymentCryptographyDataServiceClientConfiguration.Builder
-
Packages that use PaymentCryptographyDataServiceClientConfiguration.Builder 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.software.amazon.awssdk.services.paymentcryptographydata.internal -
-
Uses of PaymentCryptographyDataServiceClientConfiguration.Builder in software.amazon.awssdk.services.paymentcryptographydata
Methods in software.amazon.awssdk.services.paymentcryptographydata that return PaymentCryptographyDataServiceClientConfiguration.Builder Modifier and Type Method Description PaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfiguration.Builder. authSchemeProvider(PaymentCryptographyDataAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic PaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfiguration. builder()PaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerPaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overridePaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerPaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationPaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)PaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.paymentcryptographydata with parameters of type PaymentCryptographyDataServiceClientConfiguration.Builder Constructor Description PaymentCryptographyDataServiceClientConfiguration(PaymentCryptographyDataServiceClientConfiguration.Builder builder) -
Uses of PaymentCryptographyDataServiceClientConfiguration.Builder in software.amazon.awssdk.services.paymentcryptographydata.internal
Classes in software.amazon.awssdk.services.paymentcryptographydata.internal that implement PaymentCryptographyDataServiceClientConfiguration.Builder Modifier and Type Class Description classPaymentCryptographyDataServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.paymentcryptographydata.internal that return PaymentCryptographyDataServiceClientConfiguration.Builder Modifier and Type Method Description PaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfigurationBuilder. authSchemeProvider(PaymentCryptographyDataAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerPaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerPaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overridePaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerPaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationPaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)PaymentCryptographyDataServiceClientConfiguration.BuilderPaymentCryptographyDataServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-