Uses of Class
software.amazon.awssdk.services.datasync.model.PhaseStatus
-
Packages that use PhaseStatus Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of PhaseStatus in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return PhaseStatus Modifier and Type Method Description static PhaseStatusPhaseStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PhaseStatusTaskExecutionResultDetail. prepareStatus()The status of the PREPARING phase.PhaseStatusReportResult. status()Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.PhaseStatusTaskExecutionResultDetail. transferStatus()The status of the TRANSFERRING phase.static PhaseStatusPhaseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PhaseStatus[]PhaseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.PhaseStatusTaskExecutionResultDetail. verifyStatus()The status of the VERIFYING phase.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type PhaseStatus Modifier and Type Method Description static Set<PhaseStatus>PhaseStatus. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type PhaseStatus Modifier and Type Method Description TaskExecutionResultDetail.BuilderTaskExecutionResultDetail.Builder. prepareStatus(PhaseStatus prepareStatus)The status of the PREPARING phase.ReportResult.BuilderReportResult.Builder. status(PhaseStatus status)Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.TaskExecutionResultDetail.BuilderTaskExecutionResultDetail.Builder. transferStatus(PhaseStatus transferStatus)The status of the TRANSFERRING phase.TaskExecutionResultDetail.BuilderTaskExecutionResultDetail.Builder. verifyStatus(PhaseStatus verifyStatus)The status of the VERIFYING phase.
-