Uses of Class
software.amazon.awssdk.services.emr.model.StartNotebookExecutionRequest
-
Packages that use StartNotebookExecutionRequest 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.transform -
-
Uses of StartNotebookExecutionRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type StartNotebookExecutionRequest Modifier and Type Method Description default CompletableFuture<StartNotebookExecutionResponse>EmrAsyncClient. startNotebookExecution(StartNotebookExecutionRequest startNotebookExecutionRequest)Starts a notebook execution.default StartNotebookExecutionResponseEmrClient. startNotebookExecution(StartNotebookExecutionRequest startNotebookExecutionRequest)Starts a notebook execution. -
Uses of StartNotebookExecutionRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type StartNotebookExecutionRequest Modifier and Type Method Description SdkHttpFullRequestStartNotebookExecutionRequestMarshaller. marshall(StartNotebookExecutionRequest startNotebookExecutionRequest)
-