Uses of Class
software.amazon.awssdk.services.s3control.paginators.ListJobsIterable
-
Packages that use ListJobsIterable Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of ListJobsIterable in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListJobsIterable Modifier and Type Method Description default ListJobsIterableS3ControlClient. listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request.default ListJobsIterableS3ControlClient. listJobsPaginator(ListJobsRequest listJobsRequest)Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request.
-