Uses of Enum
software.amazon.awssdk.services.ec2.model.InstanceMatchCriteria
Packages that use InstanceMatchCriteria
-
Uses of InstanceMatchCriteria in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceMatchCriteriaModifier and TypeMethodDescriptionstatic InstanceMatchCriteriaUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InstanceMatchCriteriaCapacityReservation.instanceMatchCriteria()Indicates the type of instance launches that the Capacity Reservation accepts.final InstanceMatchCriteriaCreateCapacityReservationRequest.instanceMatchCriteria()Indicates the type of instance launches that the Capacity Reservation accepts.final InstanceMatchCriteriaModifyCapacityReservationRequest.instanceMatchCriteria()The matching criteria (instance eligibility) that you want to use in the modified Capacity Reservation.static InstanceMatchCriteriaReturns the enum constant of this type with the specified name.static InstanceMatchCriteria[]InstanceMatchCriteria.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 InstanceMatchCriteriaModifier and TypeMethodDescriptionstatic Set<InstanceMatchCriteria>InstanceMatchCriteria.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceMatchCriteriaModifier and TypeMethodDescriptionCapacityReservation.Builder.instanceMatchCriteria(InstanceMatchCriteria instanceMatchCriteria) Indicates the type of instance launches that the Capacity Reservation accepts.CreateCapacityReservationRequest.Builder.instanceMatchCriteria(InstanceMatchCriteria instanceMatchCriteria) Indicates the type of instance launches that the Capacity Reservation accepts.ModifyCapacityReservationRequest.Builder.instanceMatchCriteria(InstanceMatchCriteria instanceMatchCriteria) The matching criteria (instance eligibility) that you want to use in the modified Capacity Reservation.