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 GamePropertyGameProperty. clone()GamePropertyGameProperty. withKey(String key)GamePropertyGameProperty. 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 CreateGameSessionRequestCreateGameSessionRequest. withGameProperties(GameProperty... gameProperties)Set of properties used to administer a game session.GameSessionGameSession. 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 voidCreateGameSessionRequest. setGameProperties(Collection<GameProperty> gameProperties)Set of properties used to administer a game session.voidGameSession. setGameProperties(Collection<GameProperty> gameProperties)Set of custom properties for the game session.CreateGameSessionRequestCreateGameSessionRequest. withGameProperties(Collection<GameProperty> gameProperties)Set of properties used to administer a game session.GameSessionGameSession. withGameProperties(Collection<GameProperty> gameProperties)Set of custom properties for the game session.
-