| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeConfiguration |
UpdateRuntimeConfigurationRequest.runtimeConfiguration()
Instructions for launching server processes on each instance in the fleet.
|
RuntimeConfiguration |
DescribeRuntimeConfigurationResponse.runtimeConfiguration()
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
|
RuntimeConfiguration |
UpdateRuntimeConfigurationResponse.runtimeConfiguration()
The run-time configuration currently in force.
|
RuntimeConfiguration |
CreateFleetRequest.runtimeConfiguration()
Instructions for launching server processes on each instance in the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
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 describing how server processes should be launched and maintained on each instance in the fleet.
|
UpdateRuntimeConfigurationResponse.Builder |
UpdateRuntimeConfigurationResponse.Builder.runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The run-time configuration currently in force.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the fleet.
|
Copyright © 2019. All rights reserved.