Uses of Interface
software.amazon.awssdk.services.mobile.auth.scheme.MobileAuthSchemeParams
-
Packages that use MobileAuthSchemeParams Package Description software.amazon.awssdk.services.mobile.auth.scheme software.amazon.awssdk.services.mobile.auth.scheme.internal -
-
Uses of MobileAuthSchemeParams in software.amazon.awssdk.services.mobile.auth.scheme
Methods in software.amazon.awssdk.services.mobile.auth.scheme that return MobileAuthSchemeParams Modifier and Type Method Description MobileAuthSchemeParamsMobileAuthSchemeParams.Builder. build()Returns aMobileAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.mobile.auth.scheme with parameters of type MobileAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>MobileAuthSchemeProvider. resolveAuthScheme(MobileAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of MobileAuthSchemeParams in software.amazon.awssdk.services.mobile.auth.scheme.internal
Classes in software.amazon.awssdk.services.mobile.auth.scheme.internal that implement MobileAuthSchemeParams Modifier and Type Class Description classDefaultMobileAuthSchemeParamsMethods in software.amazon.awssdk.services.mobile.auth.scheme.internal with parameters of type MobileAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultMobileAuthSchemeProvider. resolveAuthScheme(MobileAuthSchemeParams params)
-