Uses of Class
software.amazon.awssdk.services.athena.model.ListNotebookSessionsResponse
-
Packages that use ListNotebookSessionsResponse 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 ListNotebookSessionsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListNotebookSessionsResponse Modifier and Type Method Description default ListNotebookSessionsResponseAthenaClient. listNotebookSessions(Consumer<ListNotebookSessionsRequest.Builder> listNotebookSessionsRequest)Lists, in descending order, the sessions that have been created in a notebook that are in an active state likeCREATING,CREATED,IDLEorBUSY.default ListNotebookSessionsResponseAthenaClient. listNotebookSessions(ListNotebookSessionsRequest listNotebookSessionsRequest)Lists, in descending order, the sessions that have been created in a notebook that are in an active state likeCREATING,CREATED,IDLEorBUSY.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListNotebookSessionsResponse Modifier and Type Method Description default CompletableFuture<ListNotebookSessionsResponse>AthenaAsyncClient. listNotebookSessions(Consumer<ListNotebookSessionsRequest.Builder> listNotebookSessionsRequest)Lists, in descending order, the sessions that have been created in a notebook that are in an active state likeCREATING,CREATED,IDLEorBUSY.default CompletableFuture<ListNotebookSessionsResponse>AthenaAsyncClient. listNotebookSessions(ListNotebookSessionsRequest listNotebookSessionsRequest)Lists, in descending order, the sessions that have been created in a notebook that are in an active state likeCREATING,CREATED,IDLEorBUSY.
-