| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRestoreJobsResponse |
BackupClient.listRestoreJobs()
Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery
process.
|
default ListRestoreJobsResponse |
BackupClient.listRestoreJobs(Consumer<ListRestoreJobsRequest.Builder> listRestoreJobsRequest)
Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery
process.
|
default ListRestoreJobsResponse |
BackupClient.listRestoreJobs(ListRestoreJobsRequest listRestoreJobsRequest)
Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery
process.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRestoreJobsResponse> |
BackupAsyncClient.listRestoreJobs()
Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery
process.
|
default CompletableFuture<ListRestoreJobsResponse> |
BackupAsyncClient.listRestoreJobs(Consumer<ListRestoreJobsRequest.Builder> listRestoreJobsRequest)
Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery
process.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRestoreJobsResponse> |
ListRestoreJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRestoreJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRestoreJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.