Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityReservationFleetState
-
Packages that use CapacityReservationFleetState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityReservationFleetState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationFleetState Modifier and Type Method Description CapacityReservationFleetStateCapacityReservationFleetCancellationState. currentFleetState()The current state of the Capacity Reservation Fleet.static CapacityReservationFleetStateCapacityReservationFleetState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityReservationFleetStateCapacityReservationFleetCancellationState. previousFleetState()The previous state of the Capacity Reservation Fleet.CapacityReservationFleetStateCapacityReservationFleet. state()The state of the Capacity Reservation Fleet.CapacityReservationFleetStateCreateCapacityReservationFleetResponse. state()The status of the Capacity Reservation Fleet.static CapacityReservationFleetStateCapacityReservationFleetState. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservationFleetState Modifier and Type Method Description static Set<CapacityReservationFleetState>CapacityReservationFleetState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationFleetState Modifier and Type Method Description CapacityReservationFleetCancellationState.BuilderCapacityReservationFleetCancellationState.Builder. currentFleetState(CapacityReservationFleetState currentFleetState)The current state of the Capacity Reservation Fleet.CapacityReservationFleetCancellationState.BuilderCapacityReservationFleetCancellationState.Builder. previousFleetState(CapacityReservationFleetState previousFleetState)The previous state of the Capacity Reservation Fleet.CapacityReservationFleet.BuilderCapacityReservationFleet.Builder. state(CapacityReservationFleetState state)The state of the Capacity Reservation Fleet.CreateCapacityReservationFleetResponse.BuilderCreateCapacityReservationFleetResponse.Builder. state(CapacityReservationFleetState state)The status of the Capacity Reservation Fleet.
-