Uses of Class
software.amazon.awssdk.services.athena.model.GetNotebookMetadataResponse
-
Packages that use GetNotebookMetadataResponse Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3. -
-
Uses of GetNotebookMetadataResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetNotebookMetadataResponse Modifier and Type Method Description default GetNotebookMetadataResponseAthenaClient. getNotebookMetadata(Consumer<GetNotebookMetadataRequest.Builder> getNotebookMetadataRequest)Retrieves notebook metadata for the specified notebook ID.default GetNotebookMetadataResponseAthenaClient. getNotebookMetadata(GetNotebookMetadataRequest getNotebookMetadataRequest)Retrieves notebook metadata for the specified notebook ID.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetNotebookMetadataResponse Modifier and Type Method Description default CompletableFuture<GetNotebookMetadataResponse>AthenaAsyncClient. getNotebookMetadata(Consumer<GetNotebookMetadataRequest.Builder> getNotebookMetadataRequest)Retrieves notebook metadata for the specified notebook ID.default CompletableFuture<GetNotebookMetadataResponse>AthenaAsyncClient. getNotebookMetadata(GetNotebookMetadataRequest getNotebookMetadataRequest)Retrieves notebook metadata for the specified notebook ID.
-