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 key-value pairs that can store custom data in a game session.List<GameProperty>CreateMatchmakingConfigurationRequest. gameProperties()A set of key-value pairs that can store custom data in a game session.List<GameProperty>GameSession. gameProperties()A set of key-value pairs that can store custom data in a game session.List<GameProperty>GameSessionPlacement. gameProperties()A set of key-value pairs that can store custom data in a game session.List<GameProperty>MatchmakingConfiguration. gameProperties()A set of key-value pairs that can store custom data in a game session.List<GameProperty>StartGameSessionPlacementRequest. gameProperties()A set of key-value pairs that can store custom data in a game session.List<GameProperty>UpdateGameSessionRequest. gameProperties()A set of key-value pairs that can store custom data in a game session.List<GameProperty>UpdateMatchmakingConfigurationRequest. gameProperties()A set of key-value pairs that can store custom data in a game session.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 key-value pairs that can store custom data in a game session.CreateMatchmakingConfigurationRequest.BuilderCreateMatchmakingConfigurationRequest.Builder. gameProperties(GameProperty... gameProperties)A set of key-value pairs that can store custom data in a game session.GameSession.BuilderGameSession.Builder. gameProperties(GameProperty... gameProperties)A set of key-value pairs that can store custom data in a game session.GameSessionPlacement.BuilderGameSessionPlacement.Builder. gameProperties(GameProperty... gameProperties)A set of key-value pairs that can store custom data in a game session.MatchmakingConfiguration.BuilderMatchmakingConfiguration.Builder. gameProperties(GameProperty... gameProperties)A set of key-value pairs that can store custom data in a game session.StartGameSessionPlacementRequest.BuilderStartGameSessionPlacementRequest.Builder. gameProperties(GameProperty... gameProperties)A set of key-value pairs that can store custom data in a game session.UpdateGameSessionRequest.BuilderUpdateGameSessionRequest.Builder. gameProperties(GameProperty... gameProperties)A set of key-value pairs that can store custom data in a game session.UpdateMatchmakingConfigurationRequest.BuilderUpdateMatchmakingConfigurationRequest.Builder. gameProperties(GameProperty... gameProperties)A set of key-value pairs that can store custom data in a game session.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 key-value pairs that can store custom data in a game session.CreateMatchmakingConfigurationRequest.BuilderCreateMatchmakingConfigurationRequest.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of key-value pairs that can store custom data in a game session.GameSession.BuilderGameSession.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of key-value pairs that can store custom data in a game session.GameSessionPlacement.BuilderGameSessionPlacement.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of key-value pairs that can store custom data in a game session.MatchmakingConfiguration.BuilderMatchmakingConfiguration.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of key-value pairs that can store custom data in a game session.StartGameSessionPlacementRequest.BuilderStartGameSessionPlacementRequest.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of key-value pairs that can store custom data in a game session.UpdateGameSessionRequest.BuilderUpdateGameSessionRequest.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of key-value pairs that can store custom data in a game session.UpdateMatchmakingConfigurationRequest.BuilderUpdateMatchmakingConfigurationRequest.Builder. gameProperties(Collection<GameProperty> gameProperties)A set of key-value pairs that can store custom data in a game session.
-