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