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 thePREPARINGstep for your task execution.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 theTRANSFERRINGstep for your task execution.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 theVERIFYINGstep for your task execution.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 thePREPARINGstep for your task execution.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 theTRANSFERRINGstep for your task execution.TaskExecutionResultDetail.BuilderTaskExecutionResultDetail.Builder. verifyStatus(PhaseStatus verifyStatus)The status of theVERIFYINGstep for your task execution.
-