Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.auth.scheme.PaymentCryptographyDataAuthSchemeParams
-
-
Uses of PaymentCryptographyDataAuthSchemeParams in software.amazon.awssdk.services.paymentcryptographydata.auth.scheme
Methods in software.amazon.awssdk.services.paymentcryptographydata.auth.scheme that return PaymentCryptographyDataAuthSchemeParams Modifier and Type Method Description PaymentCryptographyDataAuthSchemeParamsPaymentCryptographyDataAuthSchemeParams.Builder. build()Returns aPaymentCryptographyDataAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.paymentcryptographydata.auth.scheme with parameters of type PaymentCryptographyDataAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>PaymentCryptographyDataAuthSchemeProvider. resolveAuthScheme(PaymentCryptographyDataAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of PaymentCryptographyDataAuthSchemeParams in software.amazon.awssdk.services.paymentcryptographydata.auth.scheme.internal
Classes in software.amazon.awssdk.services.paymentcryptographydata.auth.scheme.internal that implement PaymentCryptographyDataAuthSchemeParams Modifier and Type Class Description classDefaultPaymentCryptographyDataAuthSchemeParamsMethods in software.amazon.awssdk.services.paymentcryptographydata.auth.scheme.internal with parameters of type PaymentCryptographyDataAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultPaymentCryptographyDataAuthSchemeProvider. resolveAuthScheme(PaymentCryptographyDataAuthSchemeParams params)
-