| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupJobState |
ListBackupJobsRequest.byState()
Returns only backup jobs that are in the specified state.
|
static BackupJobState |
BackupJobState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
BackupJobState |
DescribeBackupJobResponse.state()
The current state of a backup job.
|
BackupJobState |
BackupJob.state()
The current state of a backup job.
|
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 |
|---|---|
Map<BackupJobState,Long> |
DescribeBackupJobResponse.childJobsInState()
This returns the statistics of the included child (nested) backup jobs.
|
static Set<BackupJobState> |
BackupJobState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListBackupJobsRequest.Builder |
ListBackupJobsRequest.Builder.byState(BackupJobState byState)
Returns only backup jobs that are in the specified state.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.state(BackupJobState state)
The current state of a backup job.
|
BackupJob.Builder |
BackupJob.Builder.state(BackupJobState state)
The current state of a backup job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.childJobsInState(Map<BackupJobState,Long> childJobsInState)
This returns the statistics of the included child (nested) backup jobs.
|
Copyright © 2023. All rights reserved.