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.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.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.
-