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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ListInstancesResult |
ListInstancesResult.withInstances(Collection<Instance> instances)
The list of instances for the cluster and given filters.
|
ListInstancesResult |
ListInstancesResult.withInstances(Instance... instances)
The list of instances for the cluster and given filters.
|
ListInstancesResult |
ListInstancesResult.withMarker(String marker)
The pagination token that indicates the next set of results to
retrieve.
|
Copyright © 2014. All rights reserved.