Uses of Class
software.amazon.awssdk.services.gamelift.model.UpdateRuntimeConfigurationResponse
-
Packages that use UpdateRuntimeConfigurationResponse 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 UpdateRuntimeConfigurationResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return UpdateRuntimeConfigurationResponse Modifier and Type Method Description default UpdateRuntimeConfigurationResponseGameLiftClient. updateRuntimeConfiguration(Consumer<UpdateRuntimeConfigurationRequest.Builder> updateRuntimeConfigurationRequest)Updates the current runtime configuration for the specified fleet, which tells Amazon GameLift how to launch server processes on all instances in the fleet.default UpdateRuntimeConfigurationResponseGameLiftClient. updateRuntimeConfiguration(UpdateRuntimeConfigurationRequest updateRuntimeConfigurationRequest)Updates the current runtime configuration for the specified fleet, which tells Amazon GameLift how to launch server processes on all instances in the fleet.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type UpdateRuntimeConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateRuntimeConfigurationResponse>GameLiftAsyncClient. updateRuntimeConfiguration(Consumer<UpdateRuntimeConfigurationRequest.Builder> updateRuntimeConfigurationRequest)Updates the current runtime configuration for the specified fleet, which tells Amazon GameLift how to launch server processes on all instances in the fleet.default CompletableFuture<UpdateRuntimeConfigurationResponse>GameLiftAsyncClient. updateRuntimeConfiguration(UpdateRuntimeConfigurationRequest updateRuntimeConfigurationRequest)Updates the current runtime configuration for the specified fleet, which tells Amazon GameLift how to launch server processes on all instances in the fleet.
-