Uses of Class
software.amazon.awssdk.services.backup.paginators.ListRestoreJobsPublisher
-
Packages that use ListRestoreJobsPublisher Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of ListRestoreJobsPublisher in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListRestoreJobsPublisher Modifier and Type Method Description default ListRestoreJobsPublisherBackupAsyncClient. listRestoreJobsPaginator()Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.default ListRestoreJobsPublisherBackupAsyncClient. listRestoreJobsPaginator(Consumer<ListRestoreJobsRequest.Builder> listRestoreJobsRequest)Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.default ListRestoreJobsPublisherBackupAsyncClient. listRestoreJobsPaginator(ListRestoreJobsRequest listRestoreJobsRequest)Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.
-