| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model | |
| software.amazon.awssdk.services.emr.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<StepSummary> |
ListStepsResponse.steps()
The filtered list of steps for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListStepsResponse.Builder |
ListStepsResponse.Builder.steps(StepSummary... steps)
The filtered list of steps for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListStepsResponse.Builder |
ListStepsResponse.Builder.steps(Collection<StepSummary> steps)
The filtered list of steps for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<StepSummary> |
ListStepsPublisher.steps()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<StepSummary> |
ListStepsIterable.steps()
Returns an iterable to iterate through the paginated
ListStepsResponse.steps() member. |
Copyright © 2023. All rights reserved.