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