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