| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.paginators | |
| software.amazon.awssdk.services.gamelift.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchGameSessionsResponse> |
GameLiftAsyncClient.searchGameSessions(SearchGameSessionsRequest searchGameSessionsRequest)
Retrieves all active game sessions that match a set of search criteria and sorts them in a specified order.
|
default SearchGameSessionsResponse |
GameLiftClient.searchGameSessions(SearchGameSessionsRequest searchGameSessionsRequest)
Retrieves all active game sessions that match a set of search criteria and sorts them in a specified order.
|
default SearchGameSessionsPublisher |
GameLiftAsyncClient.searchGameSessionsPaginator(SearchGameSessionsRequest searchGameSessionsRequest)
Retrieves all active game sessions that match a set of search criteria and sorts them in a specified order.
|
default SearchGameSessionsIterable |
GameLiftClient.searchGameSessionsPaginator(SearchGameSessionsRequest searchGameSessionsRequest)
Retrieves all active game sessions that match a set of search criteria and sorts them in a specified order.
|
| Constructor and Description |
|---|
SearchGameSessionsIterable(GameLiftClient client,
SearchGameSessionsRequest firstRequest) |
SearchGameSessionsPublisher(GameLiftAsyncClient client,
SearchGameSessionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SearchGameSessionsRequestMarshaller.marshall(SearchGameSessionsRequest searchGameSessionsRequest) |
Copyright © 2021. All rights reserved.