Uses of Class
software.amazon.awssdk.services.gamelift.model.SearchGameSessionsResponse
-
Packages that use SearchGameSessionsResponse 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 -
-
Uses of SearchGameSessionsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return SearchGameSessionsResponse Modifier and Type Method Description default SearchGameSessionsResponseGameLiftClient. 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 SearchGameSessionsResponseGameLiftClient. searchGameSessions(SearchGameSessionsRequest searchGameSessionsRequest)Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type SearchGameSessionsResponse Modifier and Type Method 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. -
Uses of SearchGameSessionsResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type SearchGameSessionsResponse Modifier and Type Method Description Iterator<SearchGameSessionsResponse>SearchGameSessionsIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type SearchGameSessionsResponse Modifier and Type Method Description voidSearchGameSessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchGameSessionsResponse> subscriber)
-