Uses of Class
software.amazon.awssdk.services.gamelift.model.CreateScriptResponse
-
Packages that use CreateScriptResponse 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 CreateScriptResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return CreateScriptResponse Modifier and Type Method Description default CreateScriptResponseGameLiftClient. createScript(Consumer<CreateScriptRequest.Builder> createScriptRequest)Creates a new script record for your Realtime Servers script.default CreateScriptResponseGameLiftClient. createScript(CreateScriptRequest createScriptRequest)Creates a new script record for your Realtime Servers script.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type CreateScriptResponse Modifier and Type Method Description default CompletableFuture<CreateScriptResponse>GameLiftAsyncClient. createScript(Consumer<CreateScriptRequest.Builder> createScriptRequest)Creates a new script record for your Realtime Servers script.default CompletableFuture<CreateScriptResponse>GameLiftAsyncClient. createScript(CreateScriptRequest createScriptRequest)Creates a new script record for your Realtime Servers script.
-