Uses of Class
software.amazon.awssdk.services.emr.model.NotebookExecutionSummary
-
Packages that use NotebookExecutionSummary Package Description software.amazon.awssdk.services.emr.model software.amazon.awssdk.services.emr.paginators -
-
Uses of NotebookExecutionSummary in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type NotebookExecutionSummary Modifier and Type Method Description List<NotebookExecutionSummary>ListNotebookExecutionsResponse. notebookExecutions()A list of notebook executions.Methods in software.amazon.awssdk.services.emr.model with parameters of type NotebookExecutionSummary Modifier and Type Method Description ListNotebookExecutionsResponse.BuilderListNotebookExecutionsResponse.Builder. notebookExecutions(NotebookExecutionSummary... notebookExecutions)A list of notebook executions.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type NotebookExecutionSummary Modifier and Type Method Description ListNotebookExecutionsResponse.BuilderListNotebookExecutionsResponse.Builder. notebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)A list of notebook executions. -
Uses of NotebookExecutionSummary in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type NotebookExecutionSummary Modifier and Type Method Description SdkIterable<NotebookExecutionSummary>ListNotebookExecutionsIterable. notebookExecutions()Returns an iterable to iterate through the paginatedListNotebookExecutionsResponse.notebookExecutions()member.SdkPublisher<NotebookExecutionSummary>ListNotebookExecutionsPublisher. notebookExecutions()Returns a publisher that can be used to get a stream of data.
-