Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
DescribeJobFlowsRequest |
DescribeJobFlowsRequest.clone() |
DescribeJobFlowsRequest |
DescribeJobFlowsRequest.withCreatedAfter(Date createdAfter)
Return only job flows created after this date and time.
|
DescribeJobFlowsRequest |
DescribeJobFlowsRequest.withCreatedBefore(Date createdBefore)
Return only job flows created before this date and time.
|
DescribeJobFlowsRequest |
DescribeJobFlowsRequest.withJobFlowIds(Collection<String> jobFlowIds)
Return only job flows whose job flow ID is contained in this list.
|
DescribeJobFlowsRequest |
DescribeJobFlowsRequest.withJobFlowIds(String... jobFlowIds)
Return only job flows whose job flow ID is contained in this list.
|
DescribeJobFlowsRequest |
DescribeJobFlowsRequest.withJobFlowStates(Collection<String> jobFlowStates)
Return only job flows whose state is contained in this list.
|
DescribeJobFlowsRequest |
DescribeJobFlowsRequest.withJobFlowStates(JobFlowExecutionState... jobFlowStates)
Return only job flows whose state is contained in this list.
|
DescribeJobFlowsRequest |
DescribeJobFlowsRequest.withJobFlowStates(String... jobFlowStates)
Return only job flows whose state is contained in this list.
|
Copyright © 2023. All rights reserved.