| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static FleetAction |
FleetAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<FleetAction> |
StopFleetActionsRequest.actions()
List of actions to suspend on the fleet.
|
List<FleetAction> |
StartFleetActionsRequest.actions()
List of actions to restart 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.
|
| Modifier and Type | Method and Description |
|---|---|
StopFleetActionsRequest.Builder |
StopFleetActionsRequest.Builder.actions(FleetAction... actions)
List of actions to suspend on the fleet.
|
StartFleetActionsRequest.Builder |
StartFleetActionsRequest.Builder.actions(FleetAction... actions)
List of actions to restart on the fleet.
|
FleetAttributes.Builder |
FleetAttributes.Builder.stoppedActions(FleetAction... stoppedActions)
A list of fleet activity that has been suspended using StopFleetActions.
|
LocationAttributes.Builder |
LocationAttributes.Builder.stoppedActions(FleetAction... stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
|
| Modifier and Type | Method and Description |
|---|---|
StopFleetActionsRequest.Builder |
StopFleetActionsRequest.Builder.actions(Collection<FleetAction> actions)
List of actions to suspend on the fleet.
|
StartFleetActionsRequest.Builder |
StartFleetActionsRequest.Builder.actions(Collection<FleetAction> actions)
List of actions to restart on the fleet.
|
FleetAttributes.Builder |
FleetAttributes.Builder.stoppedActions(Collection<FleetAction> stoppedActions)
A list of fleet activity that has been suspended using StopFleetActions.
|
LocationAttributes.Builder |
LocationAttributes.Builder.stoppedActions(Collection<FleetAction> stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
|
Copyright © 2021. All rights reserved.