| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GameServerGroupAction |
GameServerGroupAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<GameServerGroupAction> |
GameServerGroupAction.knownValues()
|
List<GameServerGroupAction> |
ResumeGameServerGroupRequest.resumeActions()
The activity to resume for this game server group.
|
List<GameServerGroupAction> |
SuspendGameServerGroupRequest.suspendActions()
The activity to suspend for this game server group.
|
List<GameServerGroupAction> |
GameServerGroup.suspendedActions()
A list of activities that are currently suspended for this game server group.
|
| Modifier and Type | Method and Description |
|---|---|
ResumeGameServerGroupRequest.Builder |
ResumeGameServerGroupRequest.Builder.resumeActions(GameServerGroupAction... resumeActions)
The activity to resume for this game server group.
|
SuspendGameServerGroupRequest.Builder |
SuspendGameServerGroupRequest.Builder.suspendActions(GameServerGroupAction... suspendActions)
The activity to suspend for this game server group.
|
GameServerGroup.Builder |
GameServerGroup.Builder.suspendedActions(GameServerGroupAction... suspendedActions)
A list of activities that are currently suspended for this game server group.
|
| Modifier and Type | Method and Description |
|---|---|
ResumeGameServerGroupRequest.Builder |
ResumeGameServerGroupRequest.Builder.resumeActions(Collection<GameServerGroupAction> resumeActions)
The activity to resume for this game server group.
|
SuspendGameServerGroupRequest.Builder |
SuspendGameServerGroupRequest.Builder.suspendActions(Collection<GameServerGroupAction> suspendActions)
The activity to suspend for this game server group.
|
GameServerGroup.Builder |
GameServerGroup.Builder.suspendedActions(Collection<GameServerGroupAction> suspendedActions)
A list of activities that are currently suspended for this game server group.
|
Copyright © 2022. All rights reserved.