Uses of Class
software.amazon.awssdk.services.gamelift.model.GameServerGroupAction
-
Packages that use GameServerGroupAction Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of GameServerGroupAction in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GameServerGroupAction Modifier and Type Method Description static GameServerGroupActionGameServerGroupAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GameServerGroupActionGameServerGroupAction. 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.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameServerGroupAction Modifier and Type Method 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.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameServerGroupAction Modifier and Type Method Description ResumeGameServerGroupRequest.BuilderResumeGameServerGroupRequest.Builder. resumeActions(GameServerGroupAction... resumeActions)The activity to resume for this game server group.SuspendGameServerGroupRequest.BuilderSuspendGameServerGroupRequest.Builder. suspendActions(GameServerGroupAction... suspendActions)The activity to suspend for this game server group.GameServerGroup.BuilderGameServerGroup.Builder. suspendedActions(GameServerGroupAction... suspendedActions)A list of activities that are currently suspended for this game server group.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type GameServerGroupAction Modifier and Type Method Description ResumeGameServerGroupRequest.BuilderResumeGameServerGroupRequest.Builder. resumeActions(Collection<GameServerGroupAction> resumeActions)The activity to resume for this game server group.SuspendGameServerGroupRequest.BuilderSuspendGameServerGroupRequest.Builder. suspendActions(Collection<GameServerGroupAction> suspendActions)The activity to suspend for this game server group.GameServerGroup.BuilderGameServerGroup.Builder. suspendedActions(Collection<GameServerGroupAction> suspendedActions)A list of activities that are currently suspended for this game server group.
-