| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static PhaseStatus |
PhaseStatus.fromValue(String value)
Use this in place of valueOf.
|
static PhaseStatus |
PhaseStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withPrepareStatus(PhaseStatus prepareStatus)
The status of the PREPARING phase.
|
ReportResult |
ReportResult.withStatus(PhaseStatus status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withTransferStatus(PhaseStatus transferStatus)
The status of the TRANSFERRING phase.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withVerifyStatus(PhaseStatus verifyStatus)
The status of the VERIFYING phase.
|
Copyright © 2024. All rights reserved.