| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static BackupJobState |
BackupJobState.fromValue(String value)
Use this in place of valueOf.
|
static BackupJobState |
BackupJobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupJobState[] |
BackupJobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListBackupJobsRequest |
ListBackupJobsRequest.withByState(BackupJobState byState)
Returns only backup jobs that are in the specified state.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withState(BackupJobState state)
The current state of a backup job.
|
BackupJob |
BackupJob.withState(BackupJobState state)
The current state of a backup job.
|
Copyright © 2023. All rights reserved.