Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
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(String protectionPolicy)
Current status of protection for the game session.
|
Modifier and Type | Method and Description |
---|---|
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(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(Collection<GameSessionDetail> gameSessionDetails)
Collection of objects containing game session properties and the
protection policy currently in force for each session matching the
request.
|
Copyright © 2018. All rights reserved.