Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static CapacityReservationFleetState |
CapacityReservationFleetState.fromValue(String value)
Use this in place of valueOf.
|
static CapacityReservationFleetState |
CapacityReservationFleetState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapacityReservationFleetState[] |
CapacityReservationFleetState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CapacityReservationFleetCancellationState |
CapacityReservationFleetCancellationState.withCurrentFleetState(CapacityReservationFleetState currentFleetState)
The current state of the Capacity Reservation Fleet.
|
CapacityReservationFleetCancellationState |
CapacityReservationFleetCancellationState.withPreviousFleetState(CapacityReservationFleetState previousFleetState)
The previous state of the Capacity Reservation Fleet.
|
CapacityReservationFleet |
CapacityReservationFleet.withState(CapacityReservationFleetState state)
The state of the Capacity Reservation Fleet.
|
CreateCapacityReservationFleetResult |
CreateCapacityReservationFleetResult.withState(CapacityReservationFleetState state)
The status of the Capacity Reservation Fleet.
|
Copyright © 2021. All rights reserved.