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