Uses of Enum
software.amazon.awssdk.services.ec2.model.FleetInstanceMatchCriteria
Packages that use FleetInstanceMatchCriteria
-
Uses of FleetInstanceMatchCriteria in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FleetInstanceMatchCriteriaModifier and TypeMethodDescriptionstatic FleetInstanceMatchCriteriaUse this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityReservationFleet.instanceMatchCriteria()Indicates the type of instance launches that the Capacity Reservation Fleet accepts.CreateCapacityReservationFleetRequest.instanceMatchCriteria()Indicates the type of instance launches that the Capacity Reservation Fleet accepts.CreateCapacityReservationFleetResponse.instanceMatchCriteria()The instance matching criteria for the Capacity Reservation Fleet.static FleetInstanceMatchCriteriaReturns the enum constant of this type with the specified name.static FleetInstanceMatchCriteria[]FleetInstanceMatchCriteria.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 FleetInstanceMatchCriteriaModifier and TypeMethodDescriptionstatic Set<FleetInstanceMatchCriteria>FleetInstanceMatchCriteria.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type FleetInstanceMatchCriteriaModifier and TypeMethodDescriptionCapacityReservationFleet.Builder.instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria) Indicates the type of instance launches that the Capacity Reservation Fleet accepts.CreateCapacityReservationFleetRequest.Builder.instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria) Indicates the type of instance launches that the Capacity Reservation Fleet accepts.CreateCapacityReservationFleetResponse.Builder.instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria) The instance matching criteria for the Capacity Reservation Fleet.