Uses of Class
software.amazon.awssdk.services.s3control.paginators.ListJobsPublisher
-
Packages that use ListJobsPublisher Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of ListJobsPublisher in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListJobsPublisher Modifier and Type Method Description default ListJobsPublisherS3ControlAsyncClient. 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 ListJobsPublisherS3ControlAsyncClient. 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.
-