| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSessionDetail |
GameSessionDetail.clone() |
GameSessionDetail |
GameSessionDetail.withGameSession(GameSession gameSession)
Object that describes a game session.
|
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()
A 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)
A 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)
A 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)
A collection of objects containing game session properties and the protection policy currently in force for each
session matching the request.
|
Copyright © 2020. All rights reserved.