Uses of Class
software.amazon.awssdk.services.emr.model.InstanceGroup
-
Packages that use InstanceGroup Package Description software.amazon.awssdk.services.emr.model software.amazon.awssdk.services.emr.paginators -
-
Uses of InstanceGroup in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type InstanceGroup Modifier and Type Method Description List<InstanceGroup>
ListInstanceGroupsResponse. instanceGroups()
The list of instance groups for the cluster and given filters.Methods in software.amazon.awssdk.services.emr.model with parameters of type InstanceGroup Modifier and Type Method Description ListInstanceGroupsResponse.Builder
ListInstanceGroupsResponse.Builder. instanceGroups(InstanceGroup... instanceGroups)
The list of instance groups for the cluster and given filters.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type InstanceGroup Modifier and Type Method Description ListInstanceGroupsResponse.Builder
ListInstanceGroupsResponse.Builder. instanceGroups(Collection<InstanceGroup> instanceGroups)
The list of instance groups for the cluster and given filters. -
Uses of InstanceGroup in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type InstanceGroup Modifier and Type Method Description SdkIterable<InstanceGroup>
ListInstanceGroupsIterable. instanceGroups()
Returns an iterable to iterate through the paginatedListInstanceGroupsResponse.instanceGroups()
member.SdkPublisher<InstanceGroup>
ListInstanceGroupsPublisher. instanceGroups()
Returns a publisher that can be used to get a stream of data.
-