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