Uses of Class
com.amazonaws.services.gamelift.model.GameProperty
-
Packages that use GameProperty Package Description com.amazonaws.services.gamelift.model -
-
Uses of GameProperty in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return GameProperty Modifier and Type Method Description GameProperty
GameProperty. clone()
GameProperty
GameProperty. withKey(String key)
GameProperty
GameProperty. withValue(String value)
Methods in com.amazonaws.services.gamelift.model that return types with arguments of type GameProperty Modifier and Type Method Description List<GameProperty>
CreateGameSessionRequest. getGameProperties()
Set of properties used to administer a game session.List<GameProperty>
GameSession. getGameProperties()
Set of custom properties for the game session.Methods in com.amazonaws.services.gamelift.model with parameters of type GameProperty Modifier and Type Method Description CreateGameSessionRequest
CreateGameSessionRequest. withGameProperties(GameProperty... gameProperties)
Set of properties used to administer a game session.GameSession
GameSession. withGameProperties(GameProperty... gameProperties)
Set of custom properties for the game session.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type GameProperty Modifier and Type Method Description void
CreateGameSessionRequest. setGameProperties(Collection<GameProperty> gameProperties)
Set of properties used to administer a game session.void
GameSession. setGameProperties(Collection<GameProperty> gameProperties)
Set of custom properties for the game session.CreateGameSessionRequest
CreateGameSessionRequest. withGameProperties(Collection<GameProperty> gameProperties)
Set of properties used to administer a game session.GameSession
GameSession. withGameProperties(Collection<GameProperty> gameProperties)
Set of custom properties for the game session.
-