Uses of Class
software.amazon.awssdk.services.gamelift.model.UpdateScriptResponse
-
Packages that use UpdateScriptResponse 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 UpdateScriptResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return UpdateScriptResponse Modifier and Type Method Description default UpdateScriptResponseGameLiftClient. updateScript(Consumer<UpdateScriptRequest.Builder> updateScriptRequest)Updates Realtime script metadata and content.default UpdateScriptResponseGameLiftClient. updateScript(UpdateScriptRequest updateScriptRequest)Updates Realtime script metadata and content.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type UpdateScriptResponse Modifier and Type Method Description default CompletableFuture<UpdateScriptResponse>GameLiftAsyncClient. updateScript(Consumer<UpdateScriptRequest.Builder> updateScriptRequest)Updates Realtime script metadata and content.default CompletableFuture<UpdateScriptResponse>GameLiftAsyncClient. updateScript(UpdateScriptRequest updateScriptRequest)Updates Realtime script metadata and content.
-