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