| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ListRestoreJobsByProtectedResourceRequest |
ListRestoreJobsByProtectedResourceRequest.clone() |
ListRestoreJobsByProtectedResourceRequest |
ListRestoreJobsByProtectedResourceRequest.withByRecoveryPointCreationDateAfter(Date byRecoveryPointCreationDateAfter)
Returns only restore jobs of recovery points that were created after the specified date.
|
ListRestoreJobsByProtectedResourceRequest |
ListRestoreJobsByProtectedResourceRequest.withByRecoveryPointCreationDateBefore(Date byRecoveryPointCreationDateBefore)
Returns only restore jobs of recovery points that were created before the specified date.
|
ListRestoreJobsByProtectedResourceRequest |
ListRestoreJobsByProtectedResourceRequest.withByStatus(RestoreJobStatus byStatus)
Returns only restore jobs associated with the specified job status.
|
ListRestoreJobsByProtectedResourceRequest |
ListRestoreJobsByProtectedResourceRequest.withByStatus(String byStatus)
Returns only restore jobs associated with the specified job status.
|
ListRestoreJobsByProtectedResourceRequest |
ListRestoreJobsByProtectedResourceRequest.withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListRestoreJobsByProtectedResourceRequest |
ListRestoreJobsByProtectedResourceRequest.withNextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRestoreJobsByProtectedResourceRequest |
ListRestoreJobsByProtectedResourceRequest.withResourceArn(String resourceArn)
Returns only restore jobs that match the specified resource Amazon Resource Name (ARN).
|
Copyright © 2024. All rights reserved.