Uses of Class
com.amazonaws.services.elasticmapreduce.model.DescribeStepRequest
Packages that use DescribeStepRequest
Package
Description
-
Uses of DescribeStepRequest in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce with parameters of type DescribeStepRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduce.describeStep
(DescribeStepRequest request) AmazonElasticMapReduce.describeStep
(DescribeStepRequest describeStepRequest) Provides more detail about the cluster step.AmazonElasticMapReduceClient.describeStep
(DescribeStepRequest describeStepRequest) Provides more detail about the cluster step.AbstractAmazonElasticMapReduceAsync.describeStepAsync
(DescribeStepRequest request) AbstractAmazonElasticMapReduceAsync.describeStepAsync
(DescribeStepRequest request, AsyncHandler<DescribeStepRequest, DescribeStepResult> asyncHandler) AmazonElasticMapReduceAsync.describeStepAsync
(DescribeStepRequest describeStepRequest) Provides more detail about the cluster step.AmazonElasticMapReduceAsync.describeStepAsync
(DescribeStepRequest describeStepRequest, AsyncHandler<DescribeStepRequest, DescribeStepResult> asyncHandler) Provides more detail about the cluster step.AmazonElasticMapReduceAsyncClient.describeStepAsync
(DescribeStepRequest request) AmazonElasticMapReduceAsyncClient.describeStepAsync
(DescribeStepRequest request, AsyncHandler<DescribeStepRequest, DescribeStepResult> asyncHandler) Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type DescribeStepRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.describeStepAsync
(DescribeStepRequest request, AsyncHandler<DescribeStepRequest, DescribeStepResult> asyncHandler) AmazonElasticMapReduceAsync.describeStepAsync
(DescribeStepRequest describeStepRequest, AsyncHandler<DescribeStepRequest, DescribeStepResult> asyncHandler) Provides more detail about the cluster step.AmazonElasticMapReduceAsyncClient.describeStepAsync
(DescribeStepRequest request, AsyncHandler<DescribeStepRequest, DescribeStepResult> asyncHandler) -
Uses of DescribeStepRequest in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeStepRequestModifier and TypeMethodDescriptionDescribeStepRequest.clone()
DescribeStepRequest.withClusterId
(String clusterId) The identifier of the cluster with steps to describe.DescribeStepRequest.withStepId
(String stepId) The identifier of the step to describe.