Uses of Class
software.amazon.awssdk.services.gamelift.model.ListScriptsRequest
-
Packages that use ListScriptsRequest 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 software.amazon.awssdk.services.gamelift.transform -
-
Uses of ListScriptsRequest in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift with parameters of type ListScriptsRequest Modifier and Type Method Description default CompletableFuture<ListScriptsResponse>GameLiftAsyncClient. listScripts(ListScriptsRequest listScriptsRequest)Retrieves script records for all Realtime scripts that are associated with the Amazon Web Services account in use.default ListScriptsResponseGameLiftClient. listScripts(ListScriptsRequest listScriptsRequest)Retrieves script records for all Realtime scripts that are associated with the Amazon Web Services account in use.default ListScriptsPublisherGameLiftAsyncClient. listScriptsPaginator(ListScriptsRequest 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. -
Uses of ListScriptsRequest in software.amazon.awssdk.services.gamelift.paginators
Constructors in software.amazon.awssdk.services.gamelift.paginators with parameters of type ListScriptsRequest Constructor Description ListScriptsIterable(GameLiftClient client, ListScriptsRequest firstRequest)ListScriptsPublisher(GameLiftAsyncClient client, ListScriptsRequest firstRequest) -
Uses of ListScriptsRequest in software.amazon.awssdk.services.gamelift.transform
Methods in software.amazon.awssdk.services.gamelift.transform with parameters of type ListScriptsRequest Modifier and Type Method Description SdkHttpFullRequestListScriptsRequestMarshaller. marshall(ListScriptsRequest listScriptsRequest)
-