| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
CapacityReservationFleetState |
CapacityReservationFleetCancellationState.currentFleetState()
The current state of the Capacity Reservation Fleet.
|
static CapacityReservationFleetState |
CapacityReservationFleetState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CapacityReservationFleetState |
CapacityReservationFleetCancellationState.previousFleetState()
The previous state of the Capacity Reservation Fleet.
|
CapacityReservationFleetState |
CapacityReservationFleet.state()
The state of the Capacity Reservation Fleet.
|
CapacityReservationFleetState |
CreateCapacityReservationFleetResponse.state()
The status of the Capacity Reservation Fleet.
|
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 |
|---|---|
static Set<CapacityReservationFleetState> |
CapacityReservationFleetState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CapacityReservationFleetCancellationState.Builder |
CapacityReservationFleetCancellationState.Builder.currentFleetState(CapacityReservationFleetState currentFleetState)
The current state of the Capacity Reservation Fleet.
|
CapacityReservationFleetCancellationState.Builder |
CapacityReservationFleetCancellationState.Builder.previousFleetState(CapacityReservationFleetState previousFleetState)
The previous state of the Capacity Reservation Fleet.
|
CapacityReservationFleet.Builder |
CapacityReservationFleet.Builder.state(CapacityReservationFleetState state)
The state of the Capacity Reservation Fleet.
|
CreateCapacityReservationFleetResponse.Builder |
CreateCapacityReservationFleetResponse.Builder.state(CapacityReservationFleetState state)
The status of the Capacity Reservation Fleet.
|
Copyright © 2023. All rights reserved.