|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListInstancesResult | |
---|---|
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. |
Uses of ListInstancesResult in com.amazonaws.services.elasticmapreduce |
---|
Methods in com.amazonaws.services.elasticmapreduce that return ListInstancesResult | |
---|---|
ListInstancesResult |
AmazonElasticMapReduceClient.listInstances()
Provides information about the cluster instances that Amazon EMR provisions on behalf of a user when it creates the cluster. |
ListInstancesResult |
AmazonElasticMapReduce.listInstances()
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. |
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. |
Methods in com.amazonaws.services.elasticmapreduce that return types with arguments of type ListInstancesResult | |
---|---|
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. |
Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type ListInstancesResult | |
---|---|
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. |
Uses of ListInstancesResult in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return ListInstancesResult | |
---|---|
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 is a random string indicating whether there are more results to fetch. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |