Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
GameProperty |
GameProperty.clone() |
GameProperty |
GameProperty.withKey(String key) |
GameProperty |
GameProperty.withValue(String value) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.