| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.paginators | |
| software.amazon.awssdk.services.backup.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListRestoreJobsResponse |
BackupClient.listRestoreJobs(ListRestoreJobsRequest listRestoreJobsRequest)
Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the
recovery process.
|
default CompletableFuture<ListRestoreJobsResponse> |
BackupAsyncClient.listRestoreJobs(ListRestoreJobsRequest listRestoreJobsRequest)
Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the
recovery process.
|
default ListRestoreJobsIterable |
BackupClient.listRestoreJobsPaginator(ListRestoreJobsRequest listRestoreJobsRequest)
Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the
recovery process.
|
default ListRestoreJobsPublisher |
BackupAsyncClient.listRestoreJobsPaginator(ListRestoreJobsRequest listRestoreJobsRequest)
Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the
recovery process.
|
| Constructor and Description |
|---|
ListRestoreJobsIterable(BackupClient client,
ListRestoreJobsRequest firstRequest) |
ListRestoreJobsPublisher(BackupAsyncClient client,
ListRestoreJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRestoreJobsRequestMarshaller.marshall(ListRestoreJobsRequest listRestoreJobsRequest) |
Copyright © 2021. All rights reserved.