Uses of Interface
software.amazon.awssdk.services.athena.model.ListNotebookSessionsRequest.Builder
-
Packages that use ListNotebookSessionsRequest.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 ListNotebookSessionsRequest.Builder in software.amazon.awssdk.services.athena
Method parameters in software.amazon.awssdk.services.athena with type arguments of type ListNotebookSessionsRequest.Builder 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 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. -
Uses of ListNotebookSessionsRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ListNotebookSessionsRequest.Builder Modifier and Type Method Description static ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest. builder()ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. maxResults(Integer maxResults)The maximum number of notebook sessions to return.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. nextToken(String nextToken)A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. notebookId(String notebookId)The ID of the notebook to list sessions for.ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ListNotebookSessionsRequest.Builder Modifier and Type Method Description static Class<? extends ListNotebookSessionsRequest.Builder>ListNotebookSessionsRequest. serializableBuilderClass()
-