Uses of Class
software.amazon.awssdk.services.gamelift.model.GameSessionPlacementState
-
Packages that use GameSessionPlacementState Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of GameSessionPlacementState in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GameSessionPlacementState Modifier and Type Method Description static GameSessionPlacementStateGameSessionPlacementState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GameSessionPlacementStateGameSessionPlacement. status()Current status of the game session placement request.static GameSessionPlacementStateGameSessionPlacementState. valueOf(String name)Returns the enum constant of this type with the specified name.static GameSessionPlacementState[]GameSessionPlacementState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameSessionPlacementState Modifier and Type Method Description static Set<GameSessionPlacementState>GameSessionPlacementState. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameSessionPlacementState Modifier and Type Method Description GameSessionPlacement.BuilderGameSessionPlacement.Builder. status(GameSessionPlacementState status)Current status of the game session placement request.
-