| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static PhaseStatus |
PhaseStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PhaseStatus |
TaskExecutionResultDetail.prepareStatus()
The status of the PREPARING phase.
|
PhaseStatus |
TaskExecutionResultDetail.transferStatus()
The status of the TRANSFERRING Phase.
|
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.
|
PhaseStatus |
TaskExecutionResultDetail.verifyStatus()
The status of the VERIFYING Phase.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PhaseStatus> |
PhaseStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TaskExecutionResultDetail.Builder |
TaskExecutionResultDetail.Builder.prepareStatus(PhaseStatus prepareStatus)
The status of the PREPARING phase.
|
TaskExecutionResultDetail.Builder |
TaskExecutionResultDetail.Builder.transferStatus(PhaseStatus transferStatus)
The status of the TRANSFERRING Phase.
|
TaskExecutionResultDetail.Builder |
TaskExecutionResultDetail.Builder.verifyStatus(PhaseStatus verifyStatus)
The status of the VERIFYING Phase.
|
Copyright © 2020. All rights reserved.