Uses of Class
software.amazon.awssdk.services.athena.model.ListSessionsResponse
-
Packages that use ListSessionsResponse 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 -
-
Uses of ListSessionsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListSessionsResponse Modifier and Type Method Description default ListSessionsResponseAthenaClient. listSessions(Consumer<ListSessionsRequest.Builder> 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.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListSessionsResponse Modifier and Type Method Description default CompletableFuture<ListSessionsResponse>AthenaAsyncClient. listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest)Lists the sessions in a workgroup that are in an active state likeCREATING,CREATED,IDLE, orBUSY.default CompletableFuture<ListSessionsResponse>AthenaAsyncClient. listSessions(ListSessionsRequest listSessionsRequest)Lists the sessions in a workgroup that are in an active state likeCREATING,CREATED,IDLE, orBUSY. -
Uses of ListSessionsResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type ListSessionsResponse Modifier and Type Method Description Iterator<ListSessionsResponse>ListSessionsIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type ListSessionsResponse Modifier and Type Method Description voidListSessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSessionsResponse> subscriber)
-