Uses of Class
software.amazon.awssdk.services.athena.model.ListNotebookSessionsRequest
-
Packages that use ListNotebookSessionsRequest 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.software.amazon.awssdk.services.athena.transform -
-
Uses of ListNotebookSessionsRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type ListNotebookSessionsRequest Modifier and Type Method Description 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.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. -
Uses of ListNotebookSessionsRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type ListNotebookSessionsRequest Modifier and Type Method Description SdkHttpFullRequestListNotebookSessionsRequestMarshaller. marshall(ListNotebookSessionsRequest listNotebookSessionsRequest)
-