| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools
for deploying, operating, and scaling game servers.
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionDetailsResult |
AbstractAmazonGameLift.describeGameSessionDetails(DescribeGameSessionDetailsRequest request) |
DescribeGameSessionDetailsResult |
AmazonGameLiftClient.describeGameSessionDetails(DescribeGameSessionDetailsRequest request)
Retrieves additional game session properties, including the game session protection policy in force, a set of one
or more game sessions in a specific fleet location.
|
DescribeGameSessionDetailsResult |
AmazonGameLift.describeGameSessionDetails(DescribeGameSessionDetailsRequest describeGameSessionDetailsRequest)
Retrieves additional game session properties, including the game session protection policy in force, a set of one
or more game sessions in a specific fleet location.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionDetailsResult |
DescribeGameSessionDetailsResult.clone() |
DescribeGameSessionDetailsResult |
DescribeGameSessionDetailsResult.withGameSessionDetails(Collection<GameSessionDetail> gameSessionDetails)
A collection of properties for each game session that matches the request.
|
DescribeGameSessionDetailsResult |
DescribeGameSessionDetailsResult.withGameSessionDetails(GameSessionDetail... gameSessionDetails)
A collection of properties for each game session that matches the request.
|
DescribeGameSessionDetailsResult |
DescribeGameSessionDetailsResult.withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
Copyright © 2022. All rights reserved.