Uses of Enum
software.amazon.awssdk.services.ec2.model.ReservationType
Packages that use ReservationType
-
Uses of ReservationType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReservationTypeModifier and TypeMethodDescriptionstatic ReservationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReservationTypeCapacityManagerDimension.reservationType()The type of capacity reservation.static ReservationTypeReturns the enum constant of this type with the specified name.static ReservationType[]ReservationType.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 ReservationTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type ReservationTypeModifier and TypeMethodDescriptionCapacityManagerDimension.Builder.reservationType(ReservationType reservationType) The type of capacity reservation.