| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| 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 into a specified order.
|
default SearchGameSessionsResponse |
GameLiftClient.searchGameSessions(SearchGameSessionsRequest searchGameSessionsRequest)
Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.
|
default SearchGameSessionsPublisher |
GameLiftAsyncClient.searchGameSessionsPaginator(SearchGameSessionsRequest searchGameSessionsRequest)
Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.
|
default SearchGameSessionsIterable |
GameLiftClient.searchGameSessionsPaginator(SearchGameSessionsRequest searchGameSessionsRequest)
Retrieves all active game sessions that match a set of search criteria and sorts them into 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 © 2023. All rights reserved.