Uses of Class
software.amazon.awssdk.services.athena.model.ListNotebookMetadataResponse
-
Packages that use ListNotebookMetadataResponse 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 ListNotebookMetadataResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListNotebookMetadataResponse Modifier and Type Method Description default ListNotebookMetadataResponseAthenaClient. listNotebookMetadata(Consumer<ListNotebookMetadataRequest.Builder> listNotebookMetadataRequest)Displays the notebook files for the specified workgroup in paginated format.default ListNotebookMetadataResponseAthenaClient. listNotebookMetadata(ListNotebookMetadataRequest listNotebookMetadataRequest)Displays the notebook files for the specified workgroup in paginated format.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListNotebookMetadataResponse Modifier and Type Method Description default CompletableFuture<ListNotebookMetadataResponse>AthenaAsyncClient. listNotebookMetadata(Consumer<ListNotebookMetadataRequest.Builder> listNotebookMetadataRequest)Displays the notebook files for the specified workgroup in paginated format.default CompletableFuture<ListNotebookMetadataResponse>AthenaAsyncClient. listNotebookMetadata(ListNotebookMetadataRequest listNotebookMetadataRequest)Displays the notebook files for the specified workgroup in paginated format.
-