Uses of Class
software.amazon.awssdk.services.emr.model.InstanceGroupConfig
-
Packages that use InstanceGroupConfig Package Description software.amazon.awssdk.services.emr.model -
-
Uses of InstanceGroupConfig in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type InstanceGroupConfig Modifier and Type Method Description List<InstanceGroupConfig>AddInstanceGroupsRequest. instanceGroups()Instance groups to add.List<InstanceGroupConfig>JobFlowInstancesConfig. instanceGroups()Configuration for the instance groups in a cluster.Methods in software.amazon.awssdk.services.emr.model with parameters of type InstanceGroupConfig Modifier and Type Method Description AddInstanceGroupsRequest.BuilderAddInstanceGroupsRequest.Builder. instanceGroups(InstanceGroupConfig... instanceGroups)Instance groups to add.JobFlowInstancesConfig.BuilderJobFlowInstancesConfig.Builder. instanceGroups(InstanceGroupConfig... instanceGroups)Configuration for the instance groups in a cluster.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type InstanceGroupConfig Modifier and Type Method Description AddInstanceGroupsRequest.BuilderAddInstanceGroupsRequest.Builder. instanceGroups(Collection<InstanceGroupConfig> instanceGroups)Instance groups to add.JobFlowInstancesConfig.BuilderJobFlowInstancesConfig.Builder. instanceGroups(Collection<InstanceGroupConfig> instanceGroups)Configuration for the instance groups in a cluster.
-