| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeGameSessionsResult> |
AbstractAmazonGameLiftAsync.describeGameSessionsAsync(DescribeGameSessionsRequest request,
AsyncHandler<DescribeGameSessionsRequest,DescribeGameSessionsResult> asyncHandler) |
Future<DescribeGameSessionsResult> |
AmazonGameLiftAsyncClient.describeGameSessionsAsync(DescribeGameSessionsRequest request,
AsyncHandler<DescribeGameSessionsRequest,DescribeGameSessionsResult> asyncHandler) |
Future<DescribeGameSessionsResult> |
AmazonGameLiftAsync.describeGameSessionsAsync(DescribeGameSessionsRequest describeGameSessionsRequest,
AsyncHandler<DescribeGameSessionsRequest,DescribeGameSessionsResult> asyncHandler)
Retrieves a set of one or more game sessions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionsRequest |
DescribeGameSessionsRequest.clone() |
DescribeGameSessionsRequest |
DescribeGameSessionsRequest.withAliasId(String aliasId)
A unique identifier for an alias associated with the fleet to retrieve all game sessions for.
|
DescribeGameSessionsRequest |
DescribeGameSessionsRequest.withFleetId(String fleetId)
A unique identifier for a fleet to retrieve all game sessions for.
|
DescribeGameSessionsRequest |
DescribeGameSessionsRequest.withGameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
|
DescribeGameSessionsRequest |
DescribeGameSessionsRequest.withLimit(Integer limit)
The maximum number of results to return.
|
DescribeGameSessionsRequest |
DescribeGameSessionsRequest.withNextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
DescribeGameSessionsRequest |
DescribeGameSessionsRequest.withStatusFilter(String statusFilter)
Game session status to filter results on.
|
Copyright © 2020. All rights reserved.