Uses of Class
software.amazon.awssdk.services.gamelift.model.RuntimeConfiguration
-
Packages that use RuntimeConfiguration Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of RuntimeConfiguration in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return RuntimeConfiguration Modifier and Type Method Description RuntimeConfigurationCreateFleetRequest. runtimeConfiguration()Instructions for how to launch and maintain server processes on instances in the fleet.RuntimeConfigurationDescribeRuntimeConfigurationResponse. runtimeConfiguration()Instructions that describe how server processes should be launched and maintained on each instance in the fleet.RuntimeConfigurationUpdateRuntimeConfigurationRequest. runtimeConfiguration()Instructions for launching server processes on each instance in the fleet.RuntimeConfigurationUpdateRuntimeConfigurationResponse. runtimeConfiguration()The runtime configuration currently in use by all instances in the fleet.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type RuntimeConfiguration Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)Instructions for how to launch and maintain server processes on instances in the fleet.DescribeRuntimeConfigurationResponse.BuilderDescribeRuntimeConfigurationResponse.Builder. runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)Instructions that describe how server processes should be launched and maintained on each instance in the fleet.UpdateRuntimeConfigurationRequest.BuilderUpdateRuntimeConfigurationRequest.Builder. runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)Instructions for launching server processes on each instance in the fleet.UpdateRuntimeConfigurationResponse.BuilderUpdateRuntimeConfigurationResponse.Builder. runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)The runtime configuration currently in use by all instances in the fleet.
-