| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ServerProcess |
ServerProcess.clone() |
ServerProcess |
ServerProcess.withConcurrentExecutions(Integer concurrentExecutions)
The number of server processes using this configuration that run concurrently on each instance or container..
|
ServerProcess |
ServerProcess.withLaunchPath(String launchPath)
The location of a game build executable or Realtime script.
|
ServerProcess |
ServerProcess.withParameters(String parameters)
An optional list of parameters to pass to the server executable or Realtime script on launch.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerProcess> |
RuntimeConfiguration.getServerProcesses()
A collection of server process configurations that identify what server processes to run on fleet computes.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeConfiguration |
RuntimeConfiguration.withServerProcesses(ServerProcess... serverProcesses)
A collection of server process configurations that identify what server processes to run on fleet computes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeConfiguration.setServerProcesses(Collection<ServerProcess> serverProcesses)
A collection of server process configurations that identify what server processes to run on fleet computes.
|
RuntimeConfiguration |
RuntimeConfiguration.withServerProcesses(Collection<ServerProcess> serverProcesses)
A collection of server process configurations that identify what server processes to run on fleet computes.
|
Copyright © 2025. All rights reserved.