Uses of Interface
software.amazon.awssdk.services.gamelift.model.UpdateRuntimeConfigurationRequest.Builder
-
Packages that use UpdateRuntimeConfigurationRequest.Builder 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.model -
-
Uses of UpdateRuntimeConfigurationRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type UpdateRuntimeConfigurationRequest.Builder 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 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. -
Uses of UpdateRuntimeConfigurationRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return UpdateRuntimeConfigurationRequest.Builder Modifier and Type Method Description static UpdateRuntimeConfigurationRequest.BuilderUpdateRuntimeConfigurationRequest. builder()UpdateRuntimeConfigurationRequest.BuilderUpdateRuntimeConfigurationRequest.Builder. fleetId(String fleetId)A unique identifier for the fleet to update runtime configuration for.UpdateRuntimeConfigurationRequest.BuilderUpdateRuntimeConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRuntimeConfigurationRequest.BuilderUpdateRuntimeConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateRuntimeConfigurationRequest.BuilderUpdateRuntimeConfigurationRequest.Builder. runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)Instructions for launching server processes on each instance in the fleet.UpdateRuntimeConfigurationRequest.BuilderUpdateRuntimeConfigurationRequest.Builder. runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)Instructions for launching server processes on each instance in the fleet.UpdateRuntimeConfigurationRequest.BuilderUpdateRuntimeConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type UpdateRuntimeConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateRuntimeConfigurationRequest.Builder>UpdateRuntimeConfigurationRequest. serializableBuilderClass()
-