Uses of Class
com.amazonaws.services.elasticmapreduce.model.ListInstanceGroupsResult
-
Packages that use ListInstanceGroupsResult Package Description com.amazonaws.services.elasticmapreduce com.amazonaws.services.elasticmapreduce.model -
-
Uses of ListInstanceGroupsResult in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce that return ListInstanceGroupsResult Modifier and Type Method Description ListInstanceGroupsResultAbstractAmazonElasticMapReduce. listInstanceGroups(ListInstanceGroupsRequest request)ListInstanceGroupsResultAmazonElasticMapReduce. listInstanceGroups(ListInstanceGroupsRequest listInstanceGroupsRequest)Provides all available details about the instance groups in a cluster.ListInstanceGroupsResultAmazonElasticMapReduceClient. listInstanceGroups(ListInstanceGroupsRequest listInstanceGroupsRequest)Provides all available details about the instance groups in a cluster.Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type ListInstanceGroupsResult Modifier and Type Method Description Future<ListInstanceGroupsResult>AbstractAmazonElasticMapReduceAsync. listInstanceGroupsAsync(ListInstanceGroupsRequest request, AsyncHandler<ListInstanceGroupsRequest,ListInstanceGroupsResult> asyncHandler)Future<ListInstanceGroupsResult>AmazonElasticMapReduceAsync. listInstanceGroupsAsync(ListInstanceGroupsRequest listInstanceGroupsRequest, AsyncHandler<ListInstanceGroupsRequest,ListInstanceGroupsResult> asyncHandler)Provides all available details about the instance groups in a cluster.Future<ListInstanceGroupsResult>AmazonElasticMapReduceAsyncClient. listInstanceGroupsAsync(ListInstanceGroupsRequest request, AsyncHandler<ListInstanceGroupsRequest,ListInstanceGroupsResult> asyncHandler) -
Uses of ListInstanceGroupsResult in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ListInstanceGroupsResult Modifier and Type Method Description ListInstanceGroupsResultListInstanceGroupsResult. clone()ListInstanceGroupsResultListInstanceGroupsResult. withInstanceGroups(InstanceGroup... instanceGroups)The list of instance groups for the cluster and given filters.ListInstanceGroupsResultListInstanceGroupsResult. withInstanceGroups(Collection<InstanceGroup> instanceGroups)The list of instance groups for the cluster and given filters.ListInstanceGroupsResultListInstanceGroupsResult. withMarker(String marker)The pagination token that indicates the next set of results to retrieve.
-