Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce |
Synchronous and asynchronous client classes for accessing AmazonElasticMapReduce.
|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
ListInstancesResult |
AmazonElasticMapReduce.listInstances(ListInstancesRequest listInstancesRequest)
Provides information about the cluster instances that Amazon EMR
provisions on behalf of a user when it creates the cluster.
|
ListInstancesResult |
AmazonElasticMapReduceClient.listInstances(ListInstancesRequest listInstancesRequest)
Provides information about the cluster instances that Amazon EMR
provisions on behalf of a user when it creates the cluster.
|
Future<ListInstancesResult> |
AmazonElasticMapReduceAsyncClient.listInstancesAsync(ListInstancesRequest listInstancesRequest)
Provides information about the cluster instances that Amazon EMR
provisions on behalf of a user when it creates the cluster.
|
Future<ListInstancesResult> |
AmazonElasticMapReduceAsync.listInstancesAsync(ListInstancesRequest listInstancesRequest)
Provides information about the cluster instances that Amazon EMR
provisions on behalf of a user when it creates the cluster.
|
Future<ListInstancesResult> |
AmazonElasticMapReduceAsyncClient.listInstancesAsync(ListInstancesRequest listInstancesRequest,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Provides information about the cluster instances that Amazon EMR
provisions on behalf of a user when it creates the cluster.
|
Future<ListInstancesResult> |
AmazonElasticMapReduceAsync.listInstancesAsync(ListInstancesRequest listInstancesRequest,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Provides information about the cluster instances that Amazon EMR
provisions on behalf of a user when it creates the cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<ListInstancesResult> |
AmazonElasticMapReduceAsyncClient.listInstancesAsync(ListInstancesRequest listInstancesRequest,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Provides information about the cluster instances that Amazon EMR
provisions on behalf of a user when it creates the cluster.
|
Future<ListInstancesResult> |
AmazonElasticMapReduceAsync.listInstancesAsync(ListInstancesRequest listInstancesRequest,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Provides information about the cluster instances that Amazon EMR
provisions on behalf of a user when it creates the cluster.
|
Modifier and Type | Method and Description |
---|---|
ListInstancesRequest |
ListInstancesRequest.withClusterId(String clusterId)
The identifier of the cluster for which to list the instances.
|
ListInstancesRequest |
ListInstancesRequest.withInstanceGroupId(String instanceGroupId)
The identifier of the instance group for which to list the instances.
|
ListInstancesRequest |
ListInstancesRequest.withInstanceGroupTypes(Collection<String> instanceGroupTypes)
The type of instance group for which to list the instances.
|
ListInstancesRequest |
ListInstancesRequest.withInstanceGroupTypes(InstanceGroupType... instanceGroupTypes)
The type of instance group for which to list the instances.
|
ListInstancesRequest |
ListInstancesRequest.withInstanceGroupTypes(String... instanceGroupTypes)
The type of instance group for which to list the instances.
|
ListInstancesRequest |
ListInstancesRequest.withMarker(String marker)
The pagination token that indicates the next set of results to
retrieve.
|
Copyright © 2014. All rights reserved.