Uses of Class
software.amazon.awssdk.services.emr.model.InstanceTypeConfig
-
Packages that use InstanceTypeConfig Package Description software.amazon.awssdk.services.emr.model -
-
Uses of InstanceTypeConfig in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type InstanceTypeConfig Modifier and Type Method Description List<InstanceTypeConfig>InstanceFleetConfig. instanceTypeConfigs()The instance type configurations that define the Amazon EC2 instances in the instance fleet.List<InstanceTypeConfig>InstanceFleetModifyConfig. instanceTypeConfigs()An array of InstanceTypeConfig objects that specify how Amazon EMR provisions Amazon EC2 instances when it fulfills On-Demand and Spot capacities.Methods in software.amazon.awssdk.services.emr.model with parameters of type InstanceTypeConfig Modifier and Type Method Description InstanceFleetConfig.BuilderInstanceFleetConfig.Builder. instanceTypeConfigs(InstanceTypeConfig... instanceTypeConfigs)The instance type configurations that define the Amazon EC2 instances in the instance fleet.InstanceFleetModifyConfig.BuilderInstanceFleetModifyConfig.Builder. instanceTypeConfigs(InstanceTypeConfig... instanceTypeConfigs)An array of InstanceTypeConfig objects that specify how Amazon EMR provisions Amazon EC2 instances when it fulfills On-Demand and Spot capacities.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type InstanceTypeConfig Modifier and Type Method Description InstanceFleetConfig.BuilderInstanceFleetConfig.Builder. instanceTypeConfigs(Collection<InstanceTypeConfig> instanceTypeConfigs)The instance type configurations that define the Amazon EC2 instances in the instance fleet.InstanceFleetModifyConfig.BuilderInstanceFleetModifyConfig.Builder. instanceTypeConfigs(Collection<InstanceTypeConfig> instanceTypeConfigs)An array of InstanceTypeConfig objects that specify how Amazon EMR provisions Amazon EC2 instances when it fulfills On-Demand and Spot capacities.
-