Uses of Class
com.amazonaws.services.elasticmapreduce.model.TerminateJobFlowsRequest

Packages that use TerminateJobFlowsRequest
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 TerminateJobFlowsRequest in com.amazonaws.services.elasticmapreduce
 

Methods in com.amazonaws.services.elasticmapreduce with parameters of type TerminateJobFlowsRequest
 void AmazonElasticMapReduceClient.terminateJobFlows(TerminateJobFlowsRequest terminateJobFlowsRequest)
           TerminateJobFlows shuts a list of job flows down.
 void AmazonElasticMapReduce.terminateJobFlows(TerminateJobFlowsRequest terminateJobFlowsRequest)
           TerminateJobFlows shuts a list of job flows down.
 Future<Void> AmazonElasticMapReduceAsyncClient.terminateJobFlowsAsync(TerminateJobFlowsRequest terminateJobFlowsRequest)
           TerminateJobFlows shuts a list of job flows down.
 Future<Void> AmazonElasticMapReduceAsync.terminateJobFlowsAsync(TerminateJobFlowsRequest terminateJobFlowsRequest)
           TerminateJobFlows shuts a list of job flows down.
 

Uses of TerminateJobFlowsRequest in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return TerminateJobFlowsRequest
 TerminateJobFlowsRequest TerminateJobFlowsRequest.withJobFlowIds(Collection<String> jobFlowIds)
          A list of job flows to be shutdown.
 TerminateJobFlowsRequest TerminateJobFlowsRequest.withJobFlowIds(String... jobFlowIds)
          A list of job flows to be shutdown.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.