Uses of Class
com.amazonaws.services.elasticmapreduce.model.TerminateJobFlowsRequest
Packages that use TerminateJobFlowsRequest
Package
Description
-
Uses of TerminateJobFlowsRequest in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce with parameters of type TerminateJobFlowsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduce.terminateJobFlows
(TerminateJobFlowsRequest request) AmazonElasticMapReduce.terminateJobFlows
(TerminateJobFlowsRequest terminateJobFlowsRequest) TerminateJobFlows shuts a list of job flows down.AmazonElasticMapReduceClient.terminateJobFlows
(TerminateJobFlowsRequest terminateJobFlowsRequest) TerminateJobFlows shuts a list of job flows down.AbstractAmazonElasticMapReduceAsync.terminateJobFlowsAsync
(TerminateJobFlowsRequest request) AbstractAmazonElasticMapReduceAsync.terminateJobFlowsAsync
(TerminateJobFlowsRequest request, AsyncHandler<TerminateJobFlowsRequest, TerminateJobFlowsResult> asyncHandler) AmazonElasticMapReduceAsync.terminateJobFlowsAsync
(TerminateJobFlowsRequest terminateJobFlowsRequest) TerminateJobFlows shuts a list of job flows down.AmazonElasticMapReduceAsync.terminateJobFlowsAsync
(TerminateJobFlowsRequest terminateJobFlowsRequest, AsyncHandler<TerminateJobFlowsRequest, TerminateJobFlowsResult> asyncHandler) TerminateJobFlows shuts a list of job flows down.AmazonElasticMapReduceAsyncClient.terminateJobFlowsAsync
(TerminateJobFlowsRequest request) AmazonElasticMapReduceAsyncClient.terminateJobFlowsAsync
(TerminateJobFlowsRequest request, AsyncHandler<TerminateJobFlowsRequest, TerminateJobFlowsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type TerminateJobFlowsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.terminateJobFlowsAsync
(TerminateJobFlowsRequest request, AsyncHandler<TerminateJobFlowsRequest, TerminateJobFlowsResult> asyncHandler) AmazonElasticMapReduceAsync.terminateJobFlowsAsync
(TerminateJobFlowsRequest terminateJobFlowsRequest, AsyncHandler<TerminateJobFlowsRequest, TerminateJobFlowsResult> asyncHandler) TerminateJobFlows shuts a list of job flows down.AmazonElasticMapReduceAsyncClient.terminateJobFlowsAsync
(TerminateJobFlowsRequest request, AsyncHandler<TerminateJobFlowsRequest, TerminateJobFlowsResult> asyncHandler) -
Uses of TerminateJobFlowsRequest in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return TerminateJobFlowsRequestModifier and TypeMethodDescriptionTerminateJobFlowsRequest.clone()
TerminateJobFlowsRequest.withJobFlowIds
(String... jobFlowIds) A list of job flows to be shutdown.TerminateJobFlowsRequest.withJobFlowIds
(Collection<String> jobFlowIds) A list of job flows to be shutdown.