| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ListRestoreJobsResult |
AWSBackupClient.listRestoreJobs(ListRestoreJobsRequest request)
Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery
process.
|
ListRestoreJobsResult |
AWSBackup.listRestoreJobs(ListRestoreJobsRequest listRestoreJobsRequest)
Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery
process.
|
ListRestoreJobsResult |
AbstractAWSBackup.listRestoreJobs(ListRestoreJobsRequest request) |
Future<ListRestoreJobsResult> |
AWSBackupAsyncClient.listRestoreJobsAsync(ListRestoreJobsRequest request) |
Future<ListRestoreJobsResult> |
AbstractAWSBackupAsync.listRestoreJobsAsync(ListRestoreJobsRequest request) |
Future<ListRestoreJobsResult> |
AWSBackupAsync.listRestoreJobsAsync(ListRestoreJobsRequest listRestoreJobsRequest)
Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery
process.
|
Future<ListRestoreJobsResult> |
AWSBackupAsyncClient.listRestoreJobsAsync(ListRestoreJobsRequest request,
AsyncHandler<ListRestoreJobsRequest,ListRestoreJobsResult> asyncHandler) |
Future<ListRestoreJobsResult> |
AbstractAWSBackupAsync.listRestoreJobsAsync(ListRestoreJobsRequest request,
AsyncHandler<ListRestoreJobsRequest,ListRestoreJobsResult> asyncHandler) |
Future<ListRestoreJobsResult> |
AWSBackupAsync.listRestoreJobsAsync(ListRestoreJobsRequest listRestoreJobsRequest,
AsyncHandler<ListRestoreJobsRequest,ListRestoreJobsResult> asyncHandler)
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 |
|---|---|
Future<ListRestoreJobsResult> |
AWSBackupAsyncClient.listRestoreJobsAsync(ListRestoreJobsRequest request,
AsyncHandler<ListRestoreJobsRequest,ListRestoreJobsResult> asyncHandler) |
Future<ListRestoreJobsResult> |
AbstractAWSBackupAsync.listRestoreJobsAsync(ListRestoreJobsRequest request,
AsyncHandler<ListRestoreJobsRequest,ListRestoreJobsResult> asyncHandler) |
Future<ListRestoreJobsResult> |
AWSBackupAsync.listRestoreJobsAsync(ListRestoreJobsRequest listRestoreJobsRequest,
AsyncHandler<ListRestoreJobsRequest,ListRestoreJobsResult> asyncHandler)
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 |
|---|---|
ListRestoreJobsRequest |
ListRestoreJobsRequest.clone() |
ListRestoreJobsRequest |
ListRestoreJobsRequest.withByAccountId(String byAccountId)
The account ID to list the jobs from.
|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withByCompleteAfter(Date byCompleteAfter)
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withByCompleteBefore(Date byCompleteBefore)
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withByCreatedAfter(Date byCreatedAfter)
Returns only restore jobs that were created after the specified date.
|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withByCreatedBefore(Date byCreatedBefore)
Returns only restore jobs that were created before the specified date.
|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withByResourceType(String byResourceType)
Include this parameter to return only restore jobs for the specified resources:
|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withByRestoreTestingPlanArn(String byRestoreTestingPlanArn)
This returns only restore testing jobs that match the specified resource Amazon Resource Name (ARN).
|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withByStatus(RestoreJobStatus byStatus)
Returns only restore jobs associated with the specified job status.
|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withByStatus(String byStatus)
Returns only restore jobs associated with the specified job status.
|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withNextToken(String nextToken)
The next item following a partial list of returned items.
|
Copyright © 2023. All rights reserved.