| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
TaskExecutionResultDetail |
TaskExecutionResultDetail.clone() |
TaskExecutionResultDetail |
DescribeTaskExecutionResult.getResult()
The result of the task execution.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withErrorCode(String errorCode)
Errors that AWS DataSync encountered during execution of the task.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withErrorDetail(String errorDetail)
Detailed description of an error that was encountered during the task execution.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withPrepareDuration(Long prepareDuration)
The total time in milliseconds that AWS DataSync spent in the PREPARING phase.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withPrepareStatus(PhaseStatus prepareStatus)
The status of the PREPARING phase.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withPrepareStatus(String prepareStatus)
The status of the PREPARING phase.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withTotalDuration(Long totalDuration)
The total time in milliseconds that AWS DataSync took to transfer the file from the source to the destination
location.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withTransferDuration(Long transferDuration)
The total time in milliseconds that AWS DataSync spent in the TRANSFERRING phase.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withTransferStatus(PhaseStatus transferStatus)
The status of the TRANSFERRING Phase.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withTransferStatus(String transferStatus)
The status of the TRANSFERRING Phase.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withVerifyDuration(Long verifyDuration)
The total time in milliseconds that AWS DataSync spent in the VERIFYING phase.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withVerifyStatus(PhaseStatus verifyStatus)
The status of the VERIFYING Phase.
|
TaskExecutionResultDetail |
TaskExecutionResultDetail.withVerifyStatus(String verifyStatus)
The status of the VERIFYING Phase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTaskExecutionResult.setResult(TaskExecutionResultDetail result)
The result of the task execution.
|
DescribeTaskExecutionResult |
DescribeTaskExecutionResult.withResult(TaskExecutionResultDetail result)
The result of the task execution.
|
Copyright © 2020. All rights reserved.