Uses of Class
software.amazon.awssdk.services.emr.model.ListInstanceGroupsResponse
-
Packages that use ListInstanceGroupsResponse Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.paginators -
-
Uses of ListInstanceGroupsResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return ListInstanceGroupsResponse Modifier and Type Method Description default ListInstanceGroupsResponseEmrClient. listInstanceGroups(Consumer<ListInstanceGroupsRequest.Builder> listInstanceGroupsRequest)Provides all available details about the instance groups in a cluster.default ListInstanceGroupsResponseEmrClient. listInstanceGroups(ListInstanceGroupsRequest listInstanceGroupsRequest)Provides all available details about the instance groups in a cluster.Methods in software.amazon.awssdk.services.emr that return types with arguments of type ListInstanceGroupsResponse Modifier and Type Method Description default CompletableFuture<ListInstanceGroupsResponse>EmrAsyncClient. listInstanceGroups(Consumer<ListInstanceGroupsRequest.Builder> listInstanceGroupsRequest)Provides all available details about the instance groups in a cluster.default CompletableFuture<ListInstanceGroupsResponse>EmrAsyncClient. listInstanceGroups(ListInstanceGroupsRequest listInstanceGroupsRequest)Provides all available details about the instance groups in a cluster. -
Uses of ListInstanceGroupsResponse in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type ListInstanceGroupsResponse Modifier and Type Method Description Iterator<ListInstanceGroupsResponse>ListInstanceGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.emr.paginators with type arguments of type ListInstanceGroupsResponse Modifier and Type Method Description voidListInstanceGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInstanceGroupsResponse> subscriber)
-