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)
           Terminates job flow processing, uploads data from EC2 to Amazon S3, and terminates the EC2 cluster.
 void AmazonElasticMapReduce.terminateJobFlows(TerminateJobFlowsRequest terminateJobFlowsRequest)
           Terminates job flow processing, uploads data from EC2 to Amazon S3, and terminates the EC2 cluster.
 Future<Void> AmazonElasticMapReduceAsyncClient.terminateJobFlowsAsync(TerminateJobFlowsRequest terminateJobFlowsRequest)
           Terminates job flow processing, uploads data from EC2 to Amazon S3, and terminates the EC2 cluster.
 Future<Void> AmazonElasticMapReduceAsync.terminateJobFlowsAsync(TerminateJobFlowsRequest terminateJobFlowsRequest)
           Terminates job flow processing, uploads data from EC2 to Amazon S3, and terminates the EC2 cluster.
 

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 flow IDs specifying the job flows to terminate.
 TerminateJobFlowsRequest TerminateJobFlowsRequest.withJobFlowIds(String... jobFlowIds)
          A list of job flow IDs specifying the job flows to terminate.
 



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