Uses of Class
software.amazon.awssdk.services.backup.model.ListRestoreJobsRequest
-
Packages that use ListRestoreJobsRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators software.amazon.awssdk.services.backup.transform -
-
Uses of ListRestoreJobsRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type ListRestoreJobsRequest Modifier and Type Method Description default CompletableFuture<ListRestoreJobsResponse>BackupAsyncClient. listRestoreJobs(ListRestoreJobsRequest listRestoreJobsRequest)Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.default ListRestoreJobsResponseBackupClient. listRestoreJobs(ListRestoreJobsRequest 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)This is a variant ofBackupAsyncClient.listRestoreJobs(software.amazon.awssdk.services.backup.model.ListRestoreJobsRequest)operation.default ListRestoreJobsIterableBackupClient. listRestoreJobsPaginator(ListRestoreJobsRequest listRestoreJobsRequest)This is a variant ofBackupClient.listRestoreJobs(software.amazon.awssdk.services.backup.model.ListRestoreJobsRequest)operation. -
Uses of ListRestoreJobsRequest in software.amazon.awssdk.services.backup.paginators
Constructors in software.amazon.awssdk.services.backup.paginators with parameters of type ListRestoreJobsRequest Constructor Description ListRestoreJobsIterable(BackupClient client, ListRestoreJobsRequest firstRequest)ListRestoreJobsPublisher(BackupAsyncClient client, ListRestoreJobsRequest firstRequest) -
Uses of ListRestoreJobsRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type ListRestoreJobsRequest Modifier and Type Method Description SdkHttpFullRequestListRestoreJobsRequestMarshaller. marshall(ListRestoreJobsRequest listRestoreJobsRequest)
-