|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListInstancesRequest | |
---|---|
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 ListInstancesRequest in com.amazonaws.services.elasticmapreduce |
---|
Methods in com.amazonaws.services.elasticmapreduce with parameters of type ListInstancesRequest | |
---|---|
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. |
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 ListInstancesRequest | |
---|---|
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 ListInstancesRequest in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return ListInstancesRequest | |
---|---|
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 is a random string indicating whether there are more results to fetch. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |