Uses of Class
com.amazonaws.services.elasticmapreduce.model.ListInstancesResult
-
Packages that use ListInstancesResult Package Description com.amazonaws.services.elasticmapreduce com.amazonaws.services.elasticmapreduce.model -
-
Uses of ListInstancesResult in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce that return ListInstancesResult Modifier and Type Method Description ListInstancesResult
AbstractAmazonElasticMapReduce. listInstances(ListInstancesRequest request)
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.Methods in com.amazonaws.services.elasticmapreduce that return types with arguments of type ListInstancesResult Modifier and Type Method Description Future<ListInstancesResult>
AbstractAmazonElasticMapReduceAsync. listInstancesAsync(ListInstancesRequest request)
Future<ListInstancesResult>
AbstractAmazonElasticMapReduceAsync. listInstancesAsync(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
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>
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.Future<ListInstancesResult>
AmazonElasticMapReduceAsyncClient. listInstancesAsync(ListInstancesRequest request)
Future<ListInstancesResult>
AmazonElasticMapReduceAsyncClient. listInstancesAsync(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type ListInstancesResult Modifier and Type Method Description Future<ListInstancesResult>
AbstractAmazonElasticMapReduceAsync. listInstancesAsync(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
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.Future<ListInstancesResult>
AmazonElasticMapReduceAsyncClient. listInstancesAsync(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
-
Uses of ListInstancesResult in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ListInstancesResult Modifier and Type Method Description ListInstancesResult
ListInstancesResult. clone()
ListInstancesResult
ListInstancesResult. withInstances(Instance... instances)
The list of instances for the cluster and given filters.ListInstancesResult
ListInstancesResult. withInstances(Collection<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.
-