| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ReportResult |
ReportResult.clone() |
ReportResult |
DescribeTaskExecutionResult.getReportResult()
Indicates whether DataSync generated a complete task report for your
transfer.
|
ReportResult |
ReportResult.withErrorCode(String errorCode)
Indicates the code associated with the error if DataSync can't create a complete report.
|
ReportResult |
ReportResult.withErrorDetail(String errorDetail)
Provides details about issues creating a report.
|
ReportResult |
ReportResult.withStatus(PhaseStatus status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
|
ReportResult |
ReportResult.withStatus(String status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTaskExecutionResult.setReportResult(ReportResult reportResult)
Indicates whether DataSync generated a complete task report for your
transfer.
|
DescribeTaskExecutionResult |
DescribeTaskExecutionResult.withReportResult(ReportResult reportResult)
Indicates whether DataSync generated a complete task report for your
transfer.
|
Copyright © 2023. All rights reserved.