Uses of Class
software.amazon.awssdk.services.emr.model.DescribeNotebookExecutionRequest
-
Packages that use DescribeNotebookExecutionRequest 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 DescribeNotebookExecutionRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type DescribeNotebookExecutionRequest Modifier and Type Method Description default CompletableFuture<DescribeNotebookExecutionResponse>EmrAsyncClient. describeNotebookExecution(DescribeNotebookExecutionRequest describeNotebookExecutionRequest)Provides details of a notebook execution.default DescribeNotebookExecutionResponseEmrClient. describeNotebookExecution(DescribeNotebookExecutionRequest describeNotebookExecutionRequest)Provides details of a notebook execution. -
Uses of DescribeNotebookExecutionRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type DescribeNotebookExecutionRequest Modifier and Type Method Description SdkHttpFullRequestDescribeNotebookExecutionRequestMarshaller. marshall(DescribeNotebookExecutionRequest describeNotebookExecutionRequest)
-