Uses of Class
software.amazon.awssdk.services.ec2.model.FleetInstanceMatchCriteria
-
Packages that use FleetInstanceMatchCriteria Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of FleetInstanceMatchCriteria in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FleetInstanceMatchCriteria Modifier and Type Method Description static FleetInstanceMatchCriteriaFleetInstanceMatchCriteria. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FleetInstanceMatchCriteriaCapacityReservationFleet. instanceMatchCriteria()Indicates the type of instance launches that the Capacity Reservation Fleet accepts.FleetInstanceMatchCriteriaCreateCapacityReservationFleetRequest. instanceMatchCriteria()Indicates the type of instance launches that the Capacity Reservation Fleet accepts.FleetInstanceMatchCriteriaCreateCapacityReservationFleetResponse. instanceMatchCriteria()The instance matching criteria for the Capacity Reservation Fleet.static FleetInstanceMatchCriteriaFleetInstanceMatchCriteria. valueOf(String name)Returns 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 FleetInstanceMatchCriteria Modifier and Type Method Description static Set<FleetInstanceMatchCriteria>FleetInstanceMatchCriteria. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type FleetInstanceMatchCriteria Modifier and Type Method Description CapacityReservationFleet.BuilderCapacityReservationFleet.Builder. instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)Indicates the type of instance launches that the Capacity Reservation Fleet accepts.CreateCapacityReservationFleetRequest.BuilderCreateCapacityReservationFleetRequest.Builder. instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)Indicates the type of instance launches that the Capacity Reservation Fleet accepts.CreateCapacityReservationFleetResponse.BuilderCreateCapacityReservationFleetResponse.Builder. instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)The instance matching criteria for the Capacity Reservation Fleet.
-