| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeConfiguration |
RuntimeConfiguration.clone() |
RuntimeConfiguration |
UpdateRuntimeConfigurationResult.getRuntimeConfiguration()
The runtime configuration currently in use by all instances in the fleet.
|
RuntimeConfiguration |
DescribeRuntimeConfigurationResult.getRuntimeConfiguration()
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
|
RuntimeConfiguration |
CreateFleetRequest.getRuntimeConfiguration()
Instructions for how to launch and maintain server processes on instances in the fleet.
|
RuntimeConfiguration |
UpdateRuntimeConfigurationRequest.getRuntimeConfiguration()
Instructions for launching server processes on each instance in the fleet.
|
RuntimeConfiguration |
RuntimeConfiguration.withGameSessionActivationTimeoutSeconds(Integer gameSessionActivationTimeoutSeconds)
The maximum amount of time (in seconds) allowed to launch a new game session and have it report ready to host
players.
|
RuntimeConfiguration |
RuntimeConfiguration.withMaxConcurrentGameSessionActivations(Integer maxConcurrentGameSessionActivations)
The number of game sessions in status
ACTIVATING to allow on an instance. |
RuntimeConfiguration |
RuntimeConfiguration.withServerProcesses(Collection<ServerProcess> serverProcesses)
A collection of server process configurations that identify what server processes to run on each instance in a
fleet.
|
RuntimeConfiguration |
RuntimeConfiguration.withServerProcesses(ServerProcess... serverProcesses)
A collection of server process configurations that identify what server processes to run on each instance in a
fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRuntimeConfigurationResult.setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet.
|
void |
DescribeRuntimeConfigurationResult.setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
|
void |
CreateFleetRequest.setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for how to launch and maintain server processes on instances in the fleet.
|
void |
UpdateRuntimeConfigurationRequest.setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the fleet.
|
UpdateRuntimeConfigurationResult |
UpdateRuntimeConfigurationResult.withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet.
|
DescribeRuntimeConfigurationResult |
DescribeRuntimeConfigurationResult.withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for how to launch and maintain server processes on instances in the fleet.
|
UpdateRuntimeConfigurationRequest |
UpdateRuntimeConfigurationRequest.withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the fleet.
|
Copyright © 2022. All rights reserved.