Uses of Interface
software.amazon.awssdk.services.s3control.model.ListJobsResponse.Builder
-
Packages that use ListJobsResponse.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ListJobsResponse.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ListJobsResponse.Builder Modifier and Type Method Description static ListJobsResponse.BuilderListJobsResponse. builder()ListJobsResponse.BuilderListJobsResponse.Builder. jobs(Collection<JobListDescriptor> jobs)The list of current jobs and jobs that have ended within the last 30 days.ListJobsResponse.BuilderListJobsResponse.Builder. jobs(Consumer<JobListDescriptor.Builder>... jobs)The list of current jobs and jobs that have ended within the last 30 days.ListJobsResponse.BuilderListJobsResponse.Builder. jobs(JobListDescriptor... jobs)The list of current jobs and jobs that have ended within the last 30 days.ListJobsResponse.BuilderListJobsResponse.Builder. nextToken(String nextToken)If theList Jobsrequest produced more than the maximum number of results, you can pass this value into a subsequentList Jobsrequest in order to retrieve the next page of results.ListJobsResponse.BuilderListJobsResponse. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ListJobsResponse.Builder Modifier and Type Method Description static Class<? extends ListJobsResponse.Builder>ListJobsResponse. serializableBuilderClass()
-