| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreJobStatus |
ListRestoreJobsRequest.byStatus()
Returns only restore jobs associated with the specified job status.
|
static RestoreJobStatus |
RestoreJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RestoreJobStatus |
DescribeRestoreJobResponse.status()
Status code specifying the state of the job that is initiated by Backup to restore a recovery point.
|
RestoreJobStatus |
RestoreJobsListMember.status()
A status code specifying the state of the job initiated by Backup to restore a recovery point.
|
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 |
|---|---|
static Set<RestoreJobStatus> |
RestoreJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListRestoreJobsRequest.Builder |
ListRestoreJobsRequest.Builder.byStatus(RestoreJobStatus byStatus)
Returns only restore jobs associated with the specified job status.
|
DescribeRestoreJobResponse.Builder |
DescribeRestoreJobResponse.Builder.status(RestoreJobStatus status)
Status code specifying the state of the job that is initiated by Backup to restore a recovery point.
|
RestoreJobsListMember.Builder |
RestoreJobsListMember.Builder.status(RestoreJobStatus status)
A status code specifying the state of the job initiated by Backup to restore a recovery point.
|
Copyright © 2023. All rights reserved.