|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DescribeJobFlowsRequest | |
|---|---|
| com.amazonaws.services.elasticmapreduce | Synchronous and asynchronous client classes for accessing AmazonElasticMapReduce. |
| com.amazonaws.services.elasticmapreduce.model | Classes modeling the various types represented by AmazonElasticMapReduce. |
| Uses of DescribeJobFlowsRequest in com.amazonaws.services.elasticmapreduce |
|---|
| Methods in com.amazonaws.services.elasticmapreduce with parameters of type DescribeJobFlowsRequest | |
|---|---|
DescribeJobFlowsResult |
AmazonElasticMapReduceClient.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
DescribeJobFlows returns a list of job flows that match all of the supplied parameters. |
DescribeJobFlowsResult |
AmazonElasticMapReduce.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
DescribeJobFlows returns a list of job flows that match all of the supplied parameters. |
Future<DescribeJobFlowsResult> |
AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest)
DescribeJobFlows returns a list of job flows that match all of the supplied parameters. |
Future<DescribeJobFlowsResult> |
AmazonElasticMapReduceAsync.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest)
DescribeJobFlows returns a list of job flows that match all of the supplied parameters. |
| Uses of DescribeJobFlowsRequest in com.amazonaws.services.elasticmapreduce.model |
|---|
| Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeJobFlowsRequest | |
|---|---|
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(String... jobFlowStates)
Return only job flows whose state is contained in this list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||