Uses of Interface
software.amazon.awssdk.services.glue.model.ListSessionsRequest.Builder
-
Packages that use ListSessionsRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of ListSessionsRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type ListSessionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSessionsResponse>GlueAsyncClient. listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest)Retrieve a list of sessions.default ListSessionsResponseGlueClient. listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest)Retrieve a list of sessions.default ListSessionsPublisherGlueAsyncClient. listSessionsPaginator(Consumer<ListSessionsRequest.Builder> listSessionsRequest)This is a variant ofGlueAsyncClient.listSessions(software.amazon.awssdk.services.glue.model.ListSessionsRequest)operation.default ListSessionsIterableGlueClient. listSessionsPaginator(Consumer<ListSessionsRequest.Builder> listSessionsRequest)This is a variant ofGlueClient.listSessions(software.amazon.awssdk.services.glue.model.ListSessionsRequest)operation. -
Uses of ListSessionsRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ListSessionsRequest.Builder Modifier and Type Method Description static ListSessionsRequest.BuilderListSessionsRequest. builder()ListSessionsRequest.BuilderListSessionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results.ListSessionsRequest.BuilderListSessionsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more result.ListSessionsRequest.BuilderListSessionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSessionsRequest.BuilderListSessionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSessionsRequest.BuilderListSessionsRequest.Builder. requestOrigin(String requestOrigin)The origin of the request.ListSessionsRequest.BuilderListSessionsRequest.Builder. tags(Map<String,String> tags)Tags belonging to the session.ListSessionsRequest.BuilderListSessionsRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ListSessionsRequest.Builder Modifier and Type Method Description static Class<? extends ListSessionsRequest.Builder>ListSessionsRequest. serializableBuilderClass()
-