Uses of Class
software.amazon.awssdk.services.backup.model.BackupJobState
-
Packages that use BackupJobState Package Description software.amazon.awssdk.services.backup.model -
-
Uses of BackupJobState in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return BackupJobState Modifier and Type Method Description BackupJobStateListBackupJobsRequest. byState()Returns only backup jobs that are in the specified state.static BackupJobStateBackupJobState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BackupJobStateBackupJob. state()The current state of a backup job.BackupJobStateDescribeBackupJobResponse. state()The current state of a backup job.static BackupJobStateBackupJobState. 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.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type BackupJobState Modifier and Type Method Description Map<BackupJobState,Long>DescribeBackupJobResponse. childJobsInState()This returns the statistics of the included child (nested) backup jobs.static Set<BackupJobState>BackupJobState. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type BackupJobState Modifier and Type Method Description ListBackupJobsRequest.BuilderListBackupJobsRequest.Builder. byState(BackupJobState byState)Returns only backup jobs that are in the specified state.BackupJob.BuilderBackupJob.Builder. state(BackupJobState state)The current state of a backup job.DescribeBackupJobResponse.BuilderDescribeBackupJobResponse.Builder. state(BackupJobState state)The current state of a backup job.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type BackupJobState Modifier and Type Method Description DescribeBackupJobResponse.BuilderDescribeBackupJobResponse.Builder. childJobsInState(Map<BackupJobState,Long> childJobsInState)This returns the statistics of the included child (nested) backup jobs.
-