Uses of Class
software.amazon.awssdk.services.s3control.model.JobListDescriptor
-
Packages that use JobListDescriptor Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobListDescriptor in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type JobListDescriptor Modifier and Type Method Description List<JobListDescriptor>ListJobsResponse. jobs()The list of current jobs and jobs that have ended within the last 30 days.Methods in software.amazon.awssdk.services.s3control.model with parameters of type JobListDescriptor Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobs(JobListDescriptor... jobs)The list of current jobs and jobs that have ended within the last 30 days.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type JobListDescriptor Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobs(Collection<JobListDescriptor> jobs)The list of current jobs and jobs that have ended within the last 30 days.
-