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

Packages that use JobFlowDetail
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

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

Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowDetail
 JobFlowDetail JobFlowDetail.withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
          Sets the value of the ExecutionStatusDetail property for this object.
 JobFlowDetail JobFlowDetail.withInstances(JobFlowInstancesDetail instances)
          Sets the value of the Instances property for this object.
 JobFlowDetail JobFlowDetail.withJobFlowId(String jobFlowId)
          Sets the value of the JobFlowId property for this object.
 JobFlowDetail JobFlowDetail.withLogUri(String logUri)
          Sets the value of the LogUri property for this object.
 JobFlowDetail JobFlowDetail.withName(String name)
          Sets the value of the Name property for this object.
 JobFlowDetail JobFlowDetail.withSteps(Collection<StepDetail> steps)
          Sets the value of the Steps property for this object.
 JobFlowDetail JobFlowDetail.withSteps(StepDetail... steps)
          Sets the value of the Steps property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type JobFlowDetail
 List<JobFlowDetail> DescribeJobFlowsResult.getJobFlows()
          Returns the value of the JobFlows property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowDetail
 DescribeJobFlowsResult DescribeJobFlowsResult.withJobFlows(JobFlowDetail... jobFlows)
          Sets the value of the JobFlows property for this object.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type JobFlowDetail
 void DescribeJobFlowsResult.setJobFlows(Collection<JobFlowDetail> jobFlows)
          Sets the value of the JobFlows property for this object.
 DescribeJobFlowsResult DescribeJobFlowsResult.withJobFlows(Collection<JobFlowDetail> jobFlows)
          Sets the value of the JobFlows property for this object.
 



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