| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| 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 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.
|
| 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 in 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 in 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 © 2021. All rights reserved.