| 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()
List of fleet activity that have been suspended using StopFleetActions.
|
| 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)
List of fleet activity that have been suspended using StopFleetActions.
|
| 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)
List of fleet activity that have been suspended using StopFleetActions.
|
Copyright © 2021. All rights reserved.