| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeConfiguration |
CreateFleetRequest.runtimeConfiguration()
Instructions for how to launch and maintain server processes on instances in the fleet.
|
RuntimeConfiguration |
UpdateRuntimeConfigurationResponse.runtimeConfiguration()
The runtime configuration currently in use by all instances in the fleet.
|
RuntimeConfiguration |
UpdateRuntimeConfigurationRequest.runtimeConfiguration()
Instructions for launching server processes on each instance in the fleet.
|
RuntimeConfiguration |
DescribeRuntimeConfigurationResponse.runtimeConfiguration()
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for how to launch and maintain server processes on instances in the fleet.
|
UpdateRuntimeConfigurationResponse.Builder |
UpdateRuntimeConfigurationResponse.Builder.runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet.
|
UpdateRuntimeConfigurationRequest.Builder |
UpdateRuntimeConfigurationRequest.Builder.runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the fleet.
|
DescribeRuntimeConfigurationResponse.Builder |
DescribeRuntimeConfigurationResponse.Builder.runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the
fleet.
|
Copyright © 2023. All rights reserved.