Uses of Class
software.amazon.awssdk.services.gamelift.model.FleetAction
-
Packages that use FleetAction Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of FleetAction in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return FleetAction Modifier and Type Method Description static FleetActionFleetAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FleetActionFleetAction. valueOf(String name)Returns the enum constant of this type with the specified name.static FleetAction[]FleetAction. 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 FleetAction Modifier and Type Method Description List<FleetAction>StartFleetActionsRequest. actions()List of actions to restart on the fleet.List<FleetAction>StopFleetActionsRequest. actions()List of actions to suspend on the fleet.static Set<FleetAction>FleetAction. knownValues()List<FleetAction>FleetAttributes. stoppedActions()A list of fleet activity that has been suspended using StopFleetActions .List<FleetAction>LocationAttributes. stoppedActions()A list of fleet actions that have been suspended in the fleet location.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type FleetAction Modifier and Type Method Description StartFleetActionsRequest.BuilderStartFleetActionsRequest.Builder. actions(FleetAction... actions)List of actions to restart on the fleet.StopFleetActionsRequest.BuilderStopFleetActionsRequest.Builder. actions(FleetAction... actions)List of actions to suspend on the fleet.FleetAttributes.BuilderFleetAttributes.Builder. stoppedActions(FleetAction... stoppedActions)A list of fleet activity that has been suspended using StopFleetActions .LocationAttributes.BuilderLocationAttributes.Builder. stoppedActions(FleetAction... stoppedActions)A list of fleet actions that have been suspended in the fleet location.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type FleetAction Modifier and Type Method Description StartFleetActionsRequest.BuilderStartFleetActionsRequest.Builder. actions(Collection<FleetAction> actions)List of actions to restart on the fleet.StopFleetActionsRequest.BuilderStopFleetActionsRequest.Builder. actions(Collection<FleetAction> actions)List of actions to suspend on the fleet.FleetAttributes.BuilderFleetAttributes.Builder. stoppedActions(Collection<FleetAction> stoppedActions)A list of fleet activity that has been suspended using StopFleetActions .LocationAttributes.BuilderLocationAttributes.Builder. stoppedActions(Collection<FleetAction> stoppedActions)A list of fleet actions that have been suspended in the fleet location.
-