Uses of Class
com.amazonaws.services.elasticmapreduce.model.DescribeStepResult
-
Packages that use DescribeStepResult Package Description com.amazonaws.services.elasticmapreduce com.amazonaws.services.elasticmapreduce.model -
-
Uses of DescribeStepResult in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce that return DescribeStepResult Modifier and Type Method Description DescribeStepResultAbstractAmazonElasticMapReduce. describeStep(DescribeStepRequest request)DescribeStepResultAmazonElasticMapReduce. describeStep(DescribeStepRequest describeStepRequest)Provides more detail about the cluster step.DescribeStepResultAmazonElasticMapReduceClient. describeStep(DescribeStepRequest describeStepRequest)Provides more detail about the cluster step.Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type DescribeStepResult Modifier and Type Method Description Future<DescribeStepResult>AbstractAmazonElasticMapReduceAsync. describeStepAsync(DescribeStepRequest request, AsyncHandler<DescribeStepRequest,DescribeStepResult> asyncHandler)Future<DescribeStepResult>AmazonElasticMapReduceAsync. describeStepAsync(DescribeStepRequest describeStepRequest, AsyncHandler<DescribeStepRequest,DescribeStepResult> asyncHandler)Provides more detail about the cluster step.Future<DescribeStepResult>AmazonElasticMapReduceAsyncClient. describeStepAsync(DescribeStepRequest request, AsyncHandler<DescribeStepRequest,DescribeStepResult> asyncHandler) -
Uses of DescribeStepResult in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeStepResult Modifier and Type Method Description DescribeStepResultDescribeStepResult. clone()DescribeStepResultDescribeStepResult. withStep(Step step)The step details for the requested step identifier.
-