Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
Future<ListInstanceGroupsResult> |
AmazonElasticMapReduceAsyncClient.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> |
AbstractAmazonElasticMapReduceAsync.listInstanceGroupsAsync(ListInstanceGroupsRequest request,
AsyncHandler<ListInstanceGroupsRequest,ListInstanceGroupsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListInstanceGroupsRequest |
ListInstanceGroupsRequest.clone() |
ListInstanceGroupsRequest |
ListInstanceGroupsRequest.withClusterId(String clusterId)
The identifier of the cluster for which to list the instance groups.
|
ListInstanceGroupsRequest |
ListInstanceGroupsRequest.withMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
Copyright © 2023. All rights reserved.