Uses of Class
software.amazon.awssdk.services.backup.model.BackupJobStatus
-
Packages that use BackupJobStatus Package Description software.amazon.awssdk.services.backup.model -
-
Uses of BackupJobStatus in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return BackupJobStatus Modifier and Type Method Description static BackupJobStatusBackupJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BackupJobStatusBackupJobSummary. state()This value is job count for jobs with the specified state.BackupJobStatusListBackupJobSummariesRequest. state()This parameter returns the job count for jobs with the specified state.static BackupJobStatusBackupJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BackupJobStatus[]BackupJobStatus. 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 BackupJobStatus Modifier and Type Method Description static Set<BackupJobStatus>BackupJobStatus. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type BackupJobStatus Modifier and Type Method Description BackupJobSummary.BuilderBackupJobSummary.Builder. state(BackupJobStatus state)This value is job count for jobs with the specified state.ListBackupJobSummariesRequest.BuilderListBackupJobSummariesRequest.Builder. state(BackupJobStatus state)This parameter returns the job count for jobs with the specified state.
-