Uses of Class
com.amazonaws.services.elasticmapreduce.model.ListInstancesResult
Packages that use ListInstancesResult
Package
Description
-
Uses of ListInstancesResult in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce that return ListInstancesResultModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduce.listInstances
(ListInstancesRequest request) AmazonElasticMapReduce.listInstances
(ListInstancesRequest listInstancesRequest) Provides information about the cluster instances that Amazon EMR provisions on behalf of a user when it creates the cluster.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 ListInstancesResultModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.listInstancesAsync
(ListInstancesRequest request) AbstractAmazonElasticMapReduceAsync.listInstancesAsync
(ListInstancesRequest request, AsyncHandler<ListInstancesRequest, ListInstancesResult> asyncHandler) AmazonElasticMapReduceAsync.listInstancesAsync
(ListInstancesRequest listInstancesRequest) Provides information about the cluster instances that Amazon EMR provisions on behalf of a user when it creates the cluster.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.AmazonElasticMapReduceAsyncClient.listInstancesAsync
(ListInstancesRequest request) AmazonElasticMapReduceAsyncClient.listInstancesAsync
(ListInstancesRequest request, AsyncHandler<ListInstancesRequest, ListInstancesResult> asyncHandler) Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type ListInstancesResultModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.listInstancesAsync
(ListInstancesRequest request, AsyncHandler<ListInstancesRequest, ListInstancesResult> asyncHandler) 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.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 ListInstancesResultModifier and TypeMethodDescriptionListInstancesResult.clone()
ListInstancesResult.withInstances
(Instance... instances) The list of instances for the cluster and given filters.ListInstancesResult.withInstances
(Collection<Instance> instances) The list of instances for the cluster and given filters.ListInstancesResult.withMarker
(String marker) The pagination token that indicates the next set of results to retrieve.