Uses of Class
software.amazon.awssdk.services.athena.model.ListSessionsRequest
-
Packages that use ListSessionsRequest 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.paginators software.amazon.awssdk.services.athena.transform -
-
Uses of ListSessionsRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type ListSessionsRequest Modifier and Type Method Description default CompletableFuture<ListSessionsResponse>AthenaAsyncClient. listSessions(ListSessionsRequest listSessionsRequest)Lists the sessions in a workgroup that are in an active state likeCREATING,CREATED,IDLE, orBUSY.default ListSessionsResponseAthenaClient. listSessions(ListSessionsRequest listSessionsRequest)Lists the sessions in a workgroup that are in an active state likeCREATING,CREATED,IDLE, orBUSY.default ListSessionsPublisherAthenaAsyncClient. listSessionsPaginator(ListSessionsRequest listSessionsRequest)This is a variant ofAthenaAsyncClient.listSessions(software.amazon.awssdk.services.athena.model.ListSessionsRequest)operation.default ListSessionsIterableAthenaClient. listSessionsPaginator(ListSessionsRequest listSessionsRequest)This is a variant ofAthenaClient.listSessions(software.amazon.awssdk.services.athena.model.ListSessionsRequest)operation. -
Uses of ListSessionsRequest in software.amazon.awssdk.services.athena.paginators
Constructors in software.amazon.awssdk.services.athena.paginators with parameters of type ListSessionsRequest Constructor Description ListSessionsIterable(AthenaClient client, ListSessionsRequest firstRequest)ListSessionsPublisher(AthenaAsyncClient client, ListSessionsRequest firstRequest) -
Uses of ListSessionsRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type ListSessionsRequest Modifier and Type Method Description SdkHttpFullRequestListSessionsRequestMarshaller. marshall(ListSessionsRequest listSessionsRequest)
-