Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DescribeStepResult |
AmazonElasticMapReduce.describeStep(DescribeStepRequest describeStepRequest)
Provides more detail about the cluster step.
|
DescribeStepResult |
AmazonElasticMapReduceClient.describeStep(DescribeStepRequest describeStepRequest)
Provides more detail about the cluster step.
|
Future<DescribeStepResult> |
AmazonElasticMapReduceAsyncClient.describeStepAsync(DescribeStepRequest describeStepRequest)
Provides more detail about the cluster step.
|
Future<DescribeStepResult> |
AmazonElasticMapReduceAsync.describeStepAsync(DescribeStepRequest describeStepRequest)
Provides more detail about the cluster step.
|
Future<DescribeStepResult> |
AmazonElasticMapReduceAsyncClient.describeStepAsync(DescribeStepRequest describeStepRequest,
AsyncHandler<DescribeStepRequest,DescribeStepResult> asyncHandler)
Provides more detail about the cluster step.
|
Future<DescribeStepResult> |
AmazonElasticMapReduceAsync.describeStepAsync(DescribeStepRequest describeStepRequest,
AsyncHandler<DescribeStepRequest,DescribeStepResult> asyncHandler)
Provides more detail about the cluster step.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeStepResult> |
AmazonElasticMapReduceAsyncClient.describeStepAsync(DescribeStepRequest describeStepRequest,
AsyncHandler<DescribeStepRequest,DescribeStepResult> asyncHandler)
Provides more detail about the cluster step.
|
Future<DescribeStepResult> |
AmazonElasticMapReduceAsync.describeStepAsync(DescribeStepRequest describeStepRequest,
AsyncHandler<DescribeStepRequest,DescribeStepResult> asyncHandler)
Provides more detail about the cluster step.
|
Modifier and Type | Method and Description |
---|---|
DescribeStepRequest |
DescribeStepRequest.withClusterId(String clusterId)
The identifier of the cluster with steps to describe.
|
DescribeStepRequest |
DescribeStepRequest.withStepId(String stepId)
The identifier of the step to describe.
|
Copyright © 2014. All rights reserved.