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 run server processes on the fleet.RuntimeConfigurationDescribeRuntimeConfigurationResponse. runtimeConfiguration()Instructions that describe how server processes are launched and maintained on computes in the fleet.RuntimeConfigurationUpdateRuntimeConfigurationRequest. runtimeConfiguration()Instructions for launching server processes on fleet computes.RuntimeConfigurationUpdateRuntimeConfigurationResponse. runtimeConfiguration()The runtime configuration currently in use by computes 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 run server processes on the fleet.DescribeRuntimeConfigurationResponse.BuilderDescribeRuntimeConfigurationResponse.Builder. runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)Instructions that describe how server processes are launched and maintained on computes in the fleet.UpdateRuntimeConfigurationRequest.BuilderUpdateRuntimeConfigurationRequest.Builder. runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)Instructions for launching server processes on fleet computes.UpdateRuntimeConfigurationResponse.BuilderUpdateRuntimeConfigurationResponse.Builder. runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)The runtime configuration currently in use by computes in the fleet.
-