|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
A list of the bootstrap actions run by the job flow. |
JobFlowDetail |
JobFlowDetail.withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
A list of the bootstrap actions run by the job flow. |
JobFlowDetail |
JobFlowDetail.withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
Describes the execution status of the job flow. |
JobFlowDetail |
JobFlowDetail.withInstances(JobFlowInstancesDetail instances)
Describes the Amazon EC2 instances of the job flow. |
JobFlowDetail |
JobFlowDetail.withJobFlowId(String jobFlowId)
The job flow identifier. |
JobFlowDetail |
JobFlowDetail.withLogUri(String logUri)
The location in Amazon S3 where log files for the job are stored. |
JobFlowDetail |
JobFlowDetail.withName(String name)
The name of the job flow. |
JobFlowDetail |
JobFlowDetail.withSteps(Collection<StepDetail> steps)
A list of steps run by the job flow. |
JobFlowDetail |
JobFlowDetail.withSteps(StepDetail... steps)
A list of steps run by the job flow. |
Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type JobFlowDetail | |
---|---|
List<JobFlowDetail> |
DescribeJobFlowsResult.getJobFlows()
A list of job flows matching the parameters supplied. |
Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowDetail | |
---|---|
DescribeJobFlowsResult |
DescribeJobFlowsResult.withJobFlows(JobFlowDetail... jobFlows)
A list of job flows matching the parameters supplied. |
Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type JobFlowDetail | |
---|---|
void |
DescribeJobFlowsResult.setJobFlows(Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied. |
DescribeJobFlowsResult |
DescribeJobFlowsResult.withJobFlows(Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |