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 runtime configuration for the specified fleet.default UpdateRuntimeConfigurationResponseGameLiftClient. updateRuntimeConfiguration(UpdateRuntimeConfigurationRequest updateRuntimeConfigurationRequest)Updates the runtime configuration for the specified 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 runtime configuration for the specified fleet.default CompletableFuture<UpdateRuntimeConfigurationResponse>GameLiftAsyncClient. updateRuntimeConfiguration(UpdateRuntimeConfigurationRequest updateRuntimeConfigurationRequest)Updates the runtime configuration for the specified fleet.
-