Uses of Class
software.amazon.awssdk.services.backup.model.CopyJobState
-
Packages that use CopyJobState Package Description software.amazon.awssdk.services.backup.model -
-
Uses of CopyJobState in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return CopyJobState Modifier and Type Method Description CopyJobStateListCopyJobsRequest. byState()Returns only copy jobs that are in the specified state.static CopyJobStateCopyJobState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CopyJobStateCopyJob. state()The current state of a copy job.static CopyJobStateCopyJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static CopyJobState[]CopyJobState. 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 CopyJobState Modifier and Type Method Description Map<CopyJobState,Long>CopyJob. childJobsInState()This returns the statistics of the included child (nested) copy jobs.static Set<CopyJobState>CopyJobState. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type CopyJobState Modifier and Type Method Description ListCopyJobsRequest.BuilderListCopyJobsRequest.Builder. byState(CopyJobState byState)Returns only copy jobs that are in the specified state.CopyJob.BuilderCopyJob.Builder. state(CopyJobState state)The current state of a copy job.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type CopyJobState Modifier and Type Method Description CopyJob.BuilderCopyJob.Builder. childJobsInState(Map<CopyJobState,Long> childJobsInState)This returns the statistics of the included child (nested) copy jobs.
-