Uses of Interface
software.amazon.awssdk.services.paymentcryptography.auth.scheme.PaymentCryptographyAuthSchemeParams.Builder
-
-
Uses of PaymentCryptographyAuthSchemeParams.Builder in software.amazon.awssdk.services.paymentcryptography.auth.scheme
Methods in software.amazon.awssdk.services.paymentcryptography.auth.scheme that return PaymentCryptographyAuthSchemeParams.Builder Modifier and Type Method Description static PaymentCryptographyAuthSchemeParams.BuilderPaymentCryptographyAuthSchemeParams. builder()Get a new builder for creating aPaymentCryptographyAuthSchemeParams.PaymentCryptographyAuthSchemeParams.BuilderPaymentCryptographyAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.PaymentCryptographyAuthSchemeParams.BuilderPaymentCryptographyAuthSchemeParams.Builder. region(Region region)Set the region.PaymentCryptographyAuthSchemeParams.BuilderPaymentCryptographyAuthSchemeParams. toBuilder()Returns aPaymentCryptographyAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.paymentcryptography.auth.scheme with type arguments of type PaymentCryptographyAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>PaymentCryptographyAuthSchemeProvider. resolveAuthScheme(Consumer<PaymentCryptographyAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of PaymentCryptographyAuthSchemeParams.Builder in software.amazon.awssdk.services.paymentcryptography.auth.scheme.internal
Methods in software.amazon.awssdk.services.paymentcryptography.auth.scheme.internal that return PaymentCryptographyAuthSchemeParams.Builder Modifier and Type Method Description static PaymentCryptographyAuthSchemeParams.BuilderDefaultPaymentCryptographyAuthSchemeParams. builder()PaymentCryptographyAuthSchemeParams.BuilderDefaultPaymentCryptographyAuthSchemeParams. toBuilder()
-