| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ServerProcess |
ServerProcess.clone() |
ServerProcess |
ServerProcess.withConcurrentExecutions(Integer concurrentExecutions)
Number of server processes using this configuration to run concurrently on an instance.
|
ServerProcess |
ServerProcess.withLaunchPath(String launchPath)
Location of the server executable in a game build.
|
ServerProcess |
ServerProcess.withParameters(String parameters)
Optional list of parameters to pass to the server executable on launch.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerProcess> |
RuntimeConfiguration.getServerProcesses()
Collection of server process configurations that describe which server processes to run on each instance in a
fleet.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeConfiguration |
RuntimeConfiguration.withServerProcesses(ServerProcess... serverProcesses)
Collection of server process configurations that describe which server processes to run on each instance in a
fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeConfiguration.setServerProcesses(Collection<ServerProcess> serverProcesses)
Collection of server process configurations that describe which server processes to run on each instance in a
fleet.
|
RuntimeConfiguration |
RuntimeConfiguration.withServerProcesses(Collection<ServerProcess> serverProcesses)
Collection of server process configurations that describe which server processes to run on each instance in a
fleet.
|
Copyright © 2017. All rights reserved.