Uses of Class
software.amazon.awssdk.services.gamelift.model.ServerProcess
-
Packages that use ServerProcess Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ServerProcess in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ServerProcess Modifier and Type Method Description List<ServerProcess>RuntimeConfiguration. serverProcesses()A collection of server process configurations that identify what server processes to run on each instance in a fleet.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ServerProcess Modifier and Type Method Description RuntimeConfiguration.BuilderRuntimeConfiguration.Builder. serverProcesses(ServerProcess... serverProcesses)A collection of server process configurations that identify what server processes to run on each instance in a fleet.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ServerProcess Modifier and Type Method Description RuntimeConfiguration.BuilderRuntimeConfiguration.Builder. serverProcesses(Collection<ServerProcess> serverProcesses)A collection of server process configurations that identify what server processes to run on each instance in a fleet.
-