Uses of Class
com.amazonaws.services.elasticmapreduce.model.DescribeStepRequest

Packages that use DescribeStepRequest
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 DescribeStepRequest in com.amazonaws.services.elasticmapreduce
 

Methods in com.amazonaws.services.elasticmapreduce with parameters of type DescribeStepRequest
 DescribeStepResult AmazonElasticMapReduceClient.describeStep(DescribeStepRequest describeStepRequest)
           Provides more detail about the cluster step.
 DescribeStepResult AmazonElasticMapReduce.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.
 

Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type DescribeStepRequest
 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.
 

Uses of DescribeStepRequest in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeStepRequest
 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 © 2016. All rights reserved.