| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
SearchGameSessionsResult |
AmazonGameLift.searchGameSessions(SearchGameSessionsRequest searchGameSessionsRequest)
Retrieves a set of game sessions that match a set of search criteria and sorts them in a specified order.
|
SearchGameSessionsResult |
AbstractAmazonGameLift.searchGameSessions(SearchGameSessionsRequest request) |
SearchGameSessionsResult |
AmazonGameLiftClient.searchGameSessions(SearchGameSessionsRequest request)
Retrieves a set of game sessions that match a set of search criteria and sorts them in a specified order.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchGameSessionsResult> |
AbstractAmazonGameLiftAsync.searchGameSessionsAsync(SearchGameSessionsRequest request,
AsyncHandler<SearchGameSessionsRequest,SearchGameSessionsResult> asyncHandler) |
Future<SearchGameSessionsResult> |
AmazonGameLiftAsyncClient.searchGameSessionsAsync(SearchGameSessionsRequest request,
AsyncHandler<SearchGameSessionsRequest,SearchGameSessionsResult> asyncHandler) |
Future<SearchGameSessionsResult> |
AmazonGameLiftAsync.searchGameSessionsAsync(SearchGameSessionsRequest searchGameSessionsRequest,
AsyncHandler<SearchGameSessionsRequest,SearchGameSessionsResult> asyncHandler)
Retrieves a set of game sessions that match a set of search criteria and sorts them in a specified order.
|
| Modifier and Type | Method and Description |
|---|---|
SearchGameSessionsResult |
SearchGameSessionsResult.clone() |
SearchGameSessionsResult |
SearchGameSessionsResult.withGameSessions(Collection<GameSession> gameSessions)
Collection of objects containing game session properties for each session matching the request.
|
SearchGameSessionsResult |
SearchGameSessionsResult.withGameSessions(GameSession... gameSessions)
Collection of objects containing game session properties for each session matching the request.
|
SearchGameSessionsResult |
SearchGameSessionsResult.withNextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
Copyright © 2017. All rights reserved.