| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static RestoreJobStatus |
RestoreJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static RestoreJobStatus |
RestoreJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestoreJobStatus[] |
RestoreJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListRestoreJobsRequest |
ListRestoreJobsRequest.withByStatus(RestoreJobStatus byStatus)
Returns only restore jobs associated with the specified job status.
|
RestoreJobsListMember |
RestoreJobsListMember.withStatus(RestoreJobStatus status)
A status code specifying the state of the job initiated by AWS Backup to restore a recovery point.
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withStatus(RestoreJobStatus status)
Status code specifying the state of the job that is initiated by AWS Backup to restore a recovery point.
|
Copyright © 2020. All rights reserved.