| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| software.amazon.awssdk.services.emr.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStepsResponse |
EmrClient.listSteps(Consumer<ListStepsRequest.Builder> listStepsRequest)
Provides a list of steps for the cluster in reverse order unless you specify
stepIds with the
request or filter by StepStates. |
default ListStepsResponse |
EmrClient.listSteps(ListStepsRequest listStepsRequest)
Provides a list of steps for the cluster in reverse order unless you specify
stepIds with the
request or filter by StepStates. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStepsResponse> |
EmrAsyncClient.listSteps(Consumer<ListStepsRequest.Builder> listStepsRequest)
Provides a list of steps for the cluster in reverse order unless you specify
stepIds with the
request or filter by StepStates. |
default CompletableFuture<ListStepsResponse> |
EmrAsyncClient.listSteps(ListStepsRequest listStepsRequest)
Provides a list of steps for the cluster in reverse order unless you specify
stepIds with the
request or filter by StepStates. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStepsResponse> |
ListStepsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStepsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStepsResponse> subscriber) |
Copyright © 2023. All rights reserved.