Uses of Interface
software.amazon.awssdk.services.glue.model.ListJobsResponse.Builder
-
Packages that use ListJobsResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ListJobsResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ListJobsResponse.Builder Modifier and Type Method Description static ListJobsResponse.BuilderListJobsResponse. builder()ListJobsResponse.BuilderListJobsResponse.Builder. jobNames(String... jobNames)The names of all jobs in the account, or the jobs with the specified tags.ListJobsResponse.BuilderListJobsResponse.Builder. jobNames(Collection<String> jobNames)The names of all jobs in the account, or the jobs with the specified tags.ListJobsResponse.BuilderListJobsResponse.Builder. nextToken(String nextToken)A continuation token, if the returned list does not contain the last metric available.ListJobsResponse.BuilderListJobsResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ListJobsResponse.Builder Modifier and Type Method Description static Class<? extends ListJobsResponse.Builder>ListJobsResponse. serializableBuilderClass()
-