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

Packages that use StepSummary
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

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

Methods in com.amazonaws.services.elasticmapreduce.model that return StepSummary
 StepSummary StepSummary.withId(String id)
          The identifier of the cluster step.
 StepSummary StepSummary.withName(String name)
          The name of the cluster step.
 StepSummary StepSummary.withStatus(StepStatus status)
          The current execution status details of the cluster step.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepSummary
 List<StepSummary> ListStepsResult.getSteps()
          The filtered list of steps for the cluster.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepSummary
 ListStepsResult ListStepsResult.withSteps(StepSummary... steps)
          The filtered list of steps for the cluster.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepSummary
 void ListStepsResult.setSteps(Collection<StepSummary> steps)
          The filtered list of steps for the cluster.
 ListStepsResult ListStepsResult.withSteps(Collection<StepSummary> steps)
          The filtered list of steps for the cluster.
 



Copyright © 2016. All rights reserved.