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