Uses of Class
software.amazon.awssdk.services.gamelift.paginators.SearchGameSessionsPublisher
-
Packages that use SearchGameSessionsPublisher 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. -
-
Uses of SearchGameSessionsPublisher in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return SearchGameSessionsPublisher Modifier and Type Method Description default SearchGameSessionsPublisherGameLiftAsyncClient. searchGameSessionsPaginator(Consumer<SearchGameSessionsRequest.Builder> searchGameSessionsRequest)Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.default SearchGameSessionsPublisherGameLiftAsyncClient. searchGameSessionsPaginator(SearchGameSessionsRequest searchGameSessionsRequest)Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.
-