| 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.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withTransferStatus(PhaseStatus transferStatus)
The status of the TRANSFERRING phase.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withVerifyStatus(PhaseStatus verifyStatus)
The status of the VERIFYING phase.
|
Copyright © 2021. All rights reserved.