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.withBootstrapActions(BootstrapActionDetail... bootstrapActions)
          Sets the value of the BootstrapActions property for this object.
 JobFlowDetail JobFlowDetail.withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
          Sets the value of the BootstrapActions property for this object.
 JobFlowDetail JobFlowDetail.withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
          A container for the execution status description of the job flow.
 JobFlowDetail JobFlowDetail.withInstances(JobFlowInstancesDetail instances)
          A container for the instances detail of the job flow.
 JobFlowDetail JobFlowDetail.withJobFlowId(String jobFlowId)
          An ID that uniquely identifies the job flow.
 JobFlowDetail JobFlowDetail.withLogUri(String logUri)
          The URI for the location of the log files on Amazon S3.
 JobFlowDetail JobFlowDetail.withName(String name)
          The name of the job flow.
 JobFlowDetail JobFlowDetail.withSteps(Collection<StepDetail> steps)
          A list of Step instances applied to data in the job flow.
 JobFlowDetail JobFlowDetail.withSteps(StepDetail... steps)
          A list of Step instances applied to data in the job flow.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type JobFlowDetail
 List<JobFlowDetail> DescribeJobFlowsResult.getJobFlows()
          

 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowDetail
 DescribeJobFlowsResult DescribeJobFlowsResult.withJobFlows(JobFlowDetail... jobFlows)
          

 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type JobFlowDetail
 void DescribeJobFlowsResult.setJobFlows(Collection<JobFlowDetail> jobFlows)
          

 DescribeJobFlowsResult DescribeJobFlowsResult.withJobFlows(Collection<JobFlowDetail> jobFlows)
          

 



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