Uses of Interface
software.amazon.awssdk.services.glue.model.ListJobsRequest.Builder
-
Packages that use ListJobsRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of ListJobsRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type ListJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListJobsResponse>GlueAsyncClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag.default ListJobsResponseGlueClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag.default ListJobsPublisherGlueAsyncClient. listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)This is a variant ofGlueAsyncClient.listJobs(software.amazon.awssdk.services.glue.model.ListJobsRequest)operation.default ListJobsIterableGlueClient. listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)This is a variant ofGlueClient.listJobs(software.amazon.awssdk.services.glue.model.ListJobsRequest)operation. -
Uses of ListJobsRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ListJobsRequest.Builder Modifier and Type Method Description static ListJobsRequest.BuilderListJobsRequest. builder()ListJobsRequest.BuilderListJobsRequest.Builder. maxResults(Integer maxResults)The maximum size of a list to return.ListJobsRequest.BuilderListJobsRequest.Builder. nextToken(String nextToken)A continuation token, if this is a continuation request.ListJobsRequest.BuilderListJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJobsRequest.BuilderListJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListJobsRequest.BuilderListJobsRequest.Builder. tags(Map<String,String> tags)Specifies to return only these tagged resources.ListJobsRequest.BuilderListJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ListJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListJobsRequest.Builder>ListJobsRequest. serializableBuilderClass()
-