Uses of Class
software.amazon.awssdk.services.gamelift.model.GameProperty
-
Packages that use GameProperty Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of GameProperty in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameProperty Modifier and Type Method Description List<GameProperty>CreateGameSessionRequest. gameProperties()A set of custom properties for a game session, formatted as key:value pairs.List<GameProperty>CreateMatchmakingConfigurationRequest. gameProperties()A set of custom properties for a game session, formatted as key:value pairs.List<GameProperty>GameSession. gameProperties()A set of custom properties for a game session, formatted as key:value pairs.List<GameProperty>GameSessionPlacement. gameProperties()A set of custom properties for a game session, formatted as key:value pairs.List<GameProperty>MatchmakingConfiguration. gameProperties()A set of custom properties for a game session, formatted as key:value pairs.List<GameProperty>StartGameSessionPlacementRequest. gameProperties()A set of custom properties for a game session, formatted as key:value pairs.List<GameProperty>UpdateMatchmakingConfigurationRequest. gameProperties()A set of custom properties for a game session, formatted as key:value pairs.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameProperty Modifier and Type Method Description CreateGameSessionRequest.BuilderCreateGameSessionRequest.Builder. gameProperties(GameProperty... gameProperties)A set of custom properties for a game session, formatted as key:value pairs.CreateMatchmakingConfigurationRequest.BuilderCreateMatchmakingConfigurationRequest.Builder. gameProperties(GameProperty... gameProperties)A set of custom properties for a game session, formatted as key:value pairs.GameSession.BuilderGameSession.Builder. gameProperties(GameProperty... gameProperties)A set of custom properties for a game session, formatted as key:value pairs.GameSessionPlacement.BuilderGameSessionPlacement.Builder. gameProperties(GameProperty... gameProperties)A set of custom properties for a game session, formatted as key:value pairs.MatchmakingConfiguration.BuilderMatchmakingConfiguration.Builder. gameProperties(GameProperty... gameProperties)A set of custom properties for a game session, formatted as key:value pairs.StartGameSessionPlacementRequest.BuilderStartGameSessionPlacementRequest.Builder. gameProperties(GameProperty... gameProperties)A set of custom properties for a game session, formatted as key:value pairs.UpdateMatchmakingConfigurationRequest.BuilderUpdateMatchmakingConfigurationRequest.Builder. gameProperties(GameProperty... gameProperties)A set of custom properties for a game session, formatted as key:value pairs.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type GameProperty Modifier and Type Method Description CreateGameSessionRequest.BuilderCreateGameSessionRequest.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of custom properties for a game session, formatted as key:value pairs.CreateMatchmakingConfigurationRequest.BuilderCreateMatchmakingConfigurationRequest.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of custom properties for a game session, formatted as key:value pairs.GameSession.BuilderGameSession.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of custom properties for a game session, formatted as key:value pairs.GameSessionPlacement.BuilderGameSessionPlacement.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of custom properties for a game session, formatted as key:value pairs.MatchmakingConfiguration.BuilderMatchmakingConfiguration.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of custom properties for a game session, formatted as key:value pairs.StartGameSessionPlacementRequest.BuilderStartGameSessionPlacementRequest.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of custom properties for a game session, formatted as key:value pairs.UpdateMatchmakingConfigurationRequest.BuilderUpdateMatchmakingConfigurationRequest.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of custom properties for a game session, formatted as key:value pairs.
-