Uses of Interface
software.amazon.awssdk.services.athena.model.ListSessionsRequest.Builder
-
Packages that use ListSessionsRequest.Builder 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.model -
-
Uses of ListSessionsRequest.Builder in software.amazon.awssdk.services.athena
Method parameters in software.amazon.awssdk.services.athena with type arguments of type ListSessionsRequest.Builder 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 ListSessionsResponseAthenaClient. listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest)Lists the sessions in a workgroup that are in an active state likeCREATING,CREATED,IDLE, orBUSY.default ListSessionsPublisherAthenaAsyncClient. listSessionsPaginator(Consumer<ListSessionsRequest.Builder> listSessionsRequest)This is a variant ofAthenaAsyncClient.listSessions(software.amazon.awssdk.services.athena.model.ListSessionsRequest)operation.default ListSessionsIterableAthenaClient. listSessionsPaginator(Consumer<ListSessionsRequest.Builder> listSessionsRequest)This is a variant ofAthenaClient.listSessions(software.amazon.awssdk.services.athena.model.ListSessionsRequest)operation. -
Uses of ListSessionsRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ListSessionsRequest.Builder Modifier and Type Method Description static ListSessionsRequest.BuilderListSessionsRequest. builder()ListSessionsRequest.BuilderListSessionsRequest.Builder. maxResults(Integer maxResults)The maximum number of sessions to return.ListSessionsRequest.BuilderListSessionsRequest.Builder. nextToken(String nextToken)A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.ListSessionsRequest.BuilderListSessionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSessionsRequest.BuilderListSessionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSessionsRequest.BuilderListSessionsRequest.Builder. stateFilter(String stateFilter)A filter for a specific session state.ListSessionsRequest.BuilderListSessionsRequest.Builder. stateFilter(SessionState stateFilter)A filter for a specific session state.ListSessionsRequest.BuilderListSessionsRequest. toBuilder()ListSessionsRequest.BuilderListSessionsRequest.Builder. workGroup(String workGroup)The workgroup to which the session belongs.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ListSessionsRequest.Builder Modifier and Type Method Description static Class<? extends ListSessionsRequest.Builder>ListSessionsRequest. serializableBuilderClass()
-