Uses of Class
software.amazon.awssdk.services.emr.model.ListStepsResponse
-
Packages that use ListStepsResponse 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 -
-
Uses of ListStepsResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return ListStepsResponse Modifier and Type Method Description default ListStepsResponseEmrClient. listSteps(Consumer<ListStepsRequest.Builder> listStepsRequest)Provides a list of steps for the cluster in reverse order unless you specifystepIdswith the request or filter byStepStates.default ListStepsResponseEmrClient. listSteps(ListStepsRequest listStepsRequest)Provides a list of steps for the cluster in reverse order unless you specifystepIdswith the request or filter byStepStates.Methods in software.amazon.awssdk.services.emr that return types with arguments of type ListStepsResponse Modifier and Type Method Description default CompletableFuture<ListStepsResponse>EmrAsyncClient. listSteps(Consumer<ListStepsRequest.Builder> listStepsRequest)Provides a list of steps for the cluster in reverse order unless you specifystepIdswith the request or filter byStepStates.default CompletableFuture<ListStepsResponse>EmrAsyncClient. listSteps(ListStepsRequest listStepsRequest)Provides a list of steps for the cluster in reverse order unless you specifystepIdswith the request or filter byStepStates. -
Uses of ListStepsResponse in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type ListStepsResponse Modifier and Type Method Description Iterator<ListStepsResponse>ListStepsIterable. iterator()Method parameters in software.amazon.awssdk.services.emr.paginators with type arguments of type ListStepsResponse Modifier and Type Method Description voidListStepsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStepsResponse> subscriber)
-