| 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 |
| Modifier and Type | Method and Description |
|---|---|
default SearchGameSessionsResponse |
GameLiftClient.searchGameSessions(Consumer<SearchGameSessionsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchGameSessionsResponse> |
GameLiftAsyncClient.searchGameSessions(Consumer<SearchGameSessionsRequest.Builder> searchGameSessionsRequest)
Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchGameSessionsResponse> |
SearchGameSessionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchGameSessionsPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchGameSessionsResponse> subscriber) |
Copyright © 2022. All rights reserved.