Uses of Enum
software.amazon.awssdk.services.ec2.model.CapacityReservationType
Packages that use CapacityReservationType
-
Uses of CapacityReservationType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationTypeModifier and TypeMethodDescriptionstatic CapacityReservationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final CapacityReservationTypeCapacityReservation.reservationType()The type of Capacity Reservation.static CapacityReservationTypeReturns the enum constant of this type with the specified name.static CapacityReservationType[]CapacityReservationType.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 CapacityReservationTypeModifier and TypeMethodDescriptionstatic Set<CapacityReservationType>CapacityReservationType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationTypeModifier and TypeMethodDescriptionCapacityReservation.Builder.reservationType(CapacityReservationType reservationType) The type of Capacity Reservation.