Uses of Class
software.amazon.awssdk.services.gamelift.paginators.ListScriptsIterable
-
Packages that use ListScriptsIterable 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 ListScriptsIterable in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListScriptsIterable Modifier and Type Method Description default ListScriptsIterableGameLiftClient. listScriptsPaginator(Consumer<ListScriptsRequest.Builder> listScriptsRequest)Retrieves script records for all Realtime scripts that are associated with the Amazon Web Services account in use.default ListScriptsIterableGameLiftClient. listScriptsPaginator(ListScriptsRequest listScriptsRequest)Retrieves script records for all Realtime scripts that are associated with the Amazon Web Services account in use.
-