Uses of Interface
software.amazon.awssdk.services.paymentcryptography.auth.scheme.PaymentCryptographyAuthSchemeParams
-
-
Uses of PaymentCryptographyAuthSchemeParams in software.amazon.awssdk.services.paymentcryptography.auth.scheme
Methods in software.amazon.awssdk.services.paymentcryptography.auth.scheme that return PaymentCryptographyAuthSchemeParams Modifier and Type Method Description PaymentCryptographyAuthSchemeParamsPaymentCryptographyAuthSchemeParams.Builder. build()Returns aPaymentCryptographyAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.paymentcryptography.auth.scheme with parameters of type PaymentCryptographyAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>PaymentCryptographyAuthSchemeProvider. resolveAuthScheme(PaymentCryptographyAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of PaymentCryptographyAuthSchemeParams in software.amazon.awssdk.services.paymentcryptography.auth.scheme.internal
Classes in software.amazon.awssdk.services.paymentcryptography.auth.scheme.internal that implement PaymentCryptographyAuthSchemeParams Modifier and Type Class Description classDefaultPaymentCryptographyAuthSchemeParamsMethods in software.amazon.awssdk.services.paymentcryptography.auth.scheme.internal with parameters of type PaymentCryptographyAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultPaymentCryptographyAuthSchemeProvider. resolveAuthScheme(PaymentCryptographyAuthSchemeParams params)
-