Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<GameSessionDetail> |
DescribeGameSessionDetailsResult.gameSessionDetails
Collection of objects containing game session properties and the
protection policy currently in force for each session matching the
request.
|
Modifier and Type | Method and Description |
---|---|
GameSessionDetail |
GameSessionDetail.clone() |
GameSessionDetail |
GameSessionDetail.withGameSession(GameSession gameSession) |
GameSessionDetail |
GameSessionDetail.withProtectionPolicy(ProtectionPolicy protectionPolicy)
Current status of protection for the game session.
|
GameSessionDetail |
GameSessionDetail.withProtectionPolicy(java.lang.String protectionPolicy)
Current status of protection for the game session.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GameSessionDetail> |
DescribeGameSessionDetailsResult.getGameSessionDetails()
Collection of objects containing game session properties and the
protection policy currently in force for each session matching the
request.
|
Modifier and Type | Method and Description |
---|---|
DescribeGameSessionDetailsResult |
DescribeGameSessionDetailsResult.withGameSessionDetails(GameSessionDetail... gameSessionDetails)
Collection of objects containing game session properties and the
protection policy currently in force for each session matching the
request.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeGameSessionDetailsResult.setGameSessionDetails(java.util.Collection<GameSessionDetail> gameSessionDetails)
Collection of objects containing game session properties and the
protection policy currently in force for each session matching the
request.
|
DescribeGameSessionDetailsResult |
DescribeGameSessionDetailsResult.withGameSessionDetails(java.util.Collection<GameSessionDetail> gameSessionDetails)
Collection of objects containing game session properties and the
protection policy currently in force for each session matching the
request.
|
Modifier and Type | Method and Description |
---|---|
GameSessionDetail |
GameSessionDetailJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
GameSessionDetailJsonMarshaller.marshall(GameSessionDetail gameSessionDetail,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|