| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GameServerGroupAction |
GameServerGroupAction.fromValue(String value)
Use this in place of valueOf.
|
static GameServerGroupAction |
GameServerGroupAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameServerGroupAction[] |
GameServerGroupAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResumeGameServerGroupRequest |
ResumeGameServerGroupRequest.withResumeActions(GameServerGroupAction... resumeActions)
The activity to resume for this game server group.
|
SuspendGameServerGroupRequest |
SuspendGameServerGroupRequest.withSuspendActions(GameServerGroupAction... suspendActions)
The activity to suspend for this game server group.
|
GameServerGroup |
GameServerGroup.withSuspendedActions(GameServerGroupAction... suspendedActions)
A list of activities that are currently suspended for this game server group.
|
Copyright © 2025. All rights reserved.