Uses of Class
com.amazonaws.services.gamelift.model.GameProperty
Packages that use GameProperty
-
Uses of GameProperty in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return GamePropertyMethods in com.amazonaws.services.gamelift.model that return types with arguments of type GamePropertyModifier and TypeMethodDescriptionCreateGameSessionRequest.getGameProperties()Set of properties used to administer a game session.GameSession.getGameProperties()Set of custom properties for the game session.Methods in com.amazonaws.services.gamelift.model with parameters of type GamePropertyModifier and TypeMethodDescriptionCreateGameSessionRequest.withGameProperties(GameProperty... gameProperties) Set of properties used to administer a game session.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 GamePropertyModifier and TypeMethodDescriptionvoidCreateGameSessionRequest.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.CreateGameSessionRequest.withGameProperties(Collection<GameProperty> gameProperties) Set of properties used to administer a game session.GameSession.withGameProperties(Collection<GameProperty> gameProperties) Set of custom properties for the game session.