Uses of Enum
software.amazon.awssdk.services.ec2.model.ReservationState
Packages that use ReservationState
-
Uses of ReservationState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReservationStateModifier and TypeMethodDescriptionstatic ReservationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReservationStateCapacityManagerDimension.reservationState()The current state of the capacity reservation.final ReservationStateHostReservation.state()The state of the reservation.static ReservationStateReturns the enum constant of this type with the specified name.static ReservationState[]ReservationState.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 ReservationStateMethods in software.amazon.awssdk.services.ec2.model with parameters of type ReservationStateModifier and TypeMethodDescriptionCapacityManagerDimension.Builder.reservationState(ReservationState reservationState) The current state of the capacity reservation.HostReservation.Builder.state(ReservationState state) The state of the reservation.