Uses of Class
com.amazonaws.services.elasticmapreduce.model.ListInstancesRequest
Packages that use ListInstancesRequest
Package
Description
-
Uses of ListInstancesRequest in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce with parameters of type ListInstancesRequestModifier 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.AbstractAmazonElasticMapReduceAsync.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 ListInstancesRequestModifier 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 ListInstancesRequest in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ListInstancesRequestModifier and TypeMethodDescriptionListInstancesRequest.clone()
ListInstancesRequest.withClusterId
(String clusterId) The identifier of the cluster for which to list the instances.ListInstancesRequest.withInstanceGroupId
(String instanceGroupId) The identifier of the instance group for which to list the instances.ListInstancesRequest.withInstanceGroupTypes
(InstanceGroupType... instanceGroupTypes) The type of instance group for which to list the instances.ListInstancesRequest.withInstanceGroupTypes
(String... instanceGroupTypes) The type of instance group for which to list the instances.ListInstancesRequest.withInstanceGroupTypes
(Collection<String> instanceGroupTypes) The type of instance group for which to list the instances.ListInstancesRequest.withInstanceStates
(InstanceState... instanceStates) A list of instance states that will filter the instances returned with this request.ListInstancesRequest.withInstanceStates
(String... instanceStates) A list of instance states that will filter the instances returned with this request.ListInstancesRequest.withInstanceStates
(Collection<String> instanceStates) A list of instance states that will filter the instances returned with this request.ListInstancesRequest.withMarker
(String marker) The pagination token that indicates the next set of results to retrieve.