| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static FleetAction |
FleetAction.fromValue(String value)
Use this in place of valueOf.
|
static FleetAction |
FleetAction.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.
|
| Modifier and Type | Method and Description |
|---|---|
StartFleetActionsRequest |
StartFleetActionsRequest.withActions(FleetAction... actions)
List of actions to restart on the fleet.
|
StopFleetActionsRequest |
StopFleetActionsRequest.withActions(FleetAction... actions)
List of actions to suspend on the fleet.
|
FleetAttributes |
FleetAttributes.withStoppedActions(FleetAction... stoppedActions)
List of fleet actions that have been suspended using StopFleetActions.
|
Copyright © 2020. All rights reserved.