Uses of Enum
software.amazon.awssdk.services.ec2.model.CapacityReservationFleetState
Packages that use CapacityReservationFleetState
-
Uses of CapacityReservationFleetState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationFleetStateModifier and TypeMethodDescriptionCapacityReservationFleetCancellationState.currentFleetState()The current state of the Capacity Reservation Fleet.Use this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityReservationFleetCancellationState.previousFleetState()The previous state of the Capacity Reservation Fleet.CapacityReservationFleet.state()The state of the Capacity Reservation Fleet.CreateCapacityReservationFleetResponse.state()The status of the Capacity Reservation Fleet.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 CapacityReservationFleetStateModifier and TypeMethodDescriptionstatic Set<CapacityReservationFleetState>CapacityReservationFleetState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationFleetStateModifier and TypeMethodDescriptionCapacityReservationFleetCancellationState.Builder.currentFleetState(CapacityReservationFleetState currentFleetState) The current state of the Capacity Reservation Fleet.CapacityReservationFleetCancellationState.Builder.previousFleetState(CapacityReservationFleetState previousFleetState) The previous state of the Capacity Reservation Fleet.CapacityReservationFleet.Builder.state(CapacityReservationFleetState state) The state of the Capacity Reservation Fleet.CreateCapacityReservationFleetResponse.Builder.state(CapacityReservationFleetState state) The status of the Capacity Reservation Fleet.