Uses of Class
software.amazon.awssdk.services.glacier.paginators.ListJobsPublisher
-
Packages that use ListJobsPublisher Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of ListJobsPublisher in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return ListJobsPublisher Modifier and Type Method Description default ListJobsPublisherGlacierAsyncClient. listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.default ListJobsPublisherGlacierAsyncClient. listJobsPaginator(ListJobsRequest listJobsRequest)This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.
-