Uses of Class
software.amazon.awssdk.services.emr.model.ListNotebookExecutionsResponse
-
Packages that use ListNotebookExecutionsResponse 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 ListNotebookExecutionsResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return ListNotebookExecutionsResponse Modifier and Type Method Description default ListNotebookExecutionsResponseEmrClient. listNotebookExecutions(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)Provides summaries of all notebook executions.default ListNotebookExecutionsResponseEmrClient. listNotebookExecutions(ListNotebookExecutionsRequest listNotebookExecutionsRequest)Provides summaries of all notebook executions.Methods in software.amazon.awssdk.services.emr that return types with arguments of type ListNotebookExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListNotebookExecutionsResponse>EmrAsyncClient. listNotebookExecutions(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)Provides summaries of all notebook executions.default CompletableFuture<ListNotebookExecutionsResponse>EmrAsyncClient. listNotebookExecutions(ListNotebookExecutionsRequest listNotebookExecutionsRequest)Provides summaries of all notebook executions. -
Uses of ListNotebookExecutionsResponse in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type ListNotebookExecutionsResponse Modifier and Type Method Description Iterator<ListNotebookExecutionsResponse>ListNotebookExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.emr.paginators with type arguments of type ListNotebookExecutionsResponse Modifier and Type Method Description voidListNotebookExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNotebookExecutionsResponse> subscriber)
-