Uses of Class
software.amazon.awssdk.services.emr.model.StepSummary
-
Packages that use StepSummary Package Description software.amazon.awssdk.services.emr.model software.amazon.awssdk.services.emr.paginators -
-
Uses of StepSummary in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type StepSummary Modifier and Type Method Description List<StepSummary>ListStepsResponse. steps()The filtered list of steps for the cluster.Methods in software.amazon.awssdk.services.emr.model with parameters of type StepSummary Modifier and Type Method Description ListStepsResponse.BuilderListStepsResponse.Builder. steps(StepSummary... steps)The filtered list of steps for the cluster.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type StepSummary Modifier and Type Method Description ListStepsResponse.BuilderListStepsResponse.Builder. steps(Collection<StepSummary> steps)The filtered list of steps for the cluster. -
Uses of StepSummary in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type StepSummary Modifier and Type Method Description SdkIterable<StepSummary>ListStepsIterable. steps()Returns an iterable to iterate through the paginatedListStepsResponse.steps()member.SdkPublisher<StepSummary>ListStepsPublisher. steps()Returns a publisher that can be used to get a stream of data.
-