Uses of Class
software.amazon.awssdk.services.emr.model.StartNotebookExecutionResponse
-
Packages that use StartNotebookExecutionResponse Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. -
-
Uses of StartNotebookExecutionResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return StartNotebookExecutionResponse Modifier and Type Method Description default StartNotebookExecutionResponseEmrClient. startNotebookExecution(Consumer<StartNotebookExecutionRequest.Builder> startNotebookExecutionRequest)Starts a notebook execution.default StartNotebookExecutionResponseEmrClient. startNotebookExecution(StartNotebookExecutionRequest startNotebookExecutionRequest)Starts a notebook execution.Methods in software.amazon.awssdk.services.emr that return types with arguments of type StartNotebookExecutionResponse Modifier and Type Method Description default CompletableFuture<StartNotebookExecutionResponse>EmrAsyncClient. startNotebookExecution(Consumer<StartNotebookExecutionRequest.Builder> startNotebookExecutionRequest)Starts a notebook execution.default CompletableFuture<StartNotebookExecutionResponse>EmrAsyncClient. startNotebookExecution(StartNotebookExecutionRequest startNotebookExecutionRequest)Starts a notebook execution.
-