| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ReportOverrides |
ReportOverrides.clone() |
ReportOverrides |
TaskReportConfig.getOverrides()
Customizes the reporting level for aspects of your task report.
|
ReportOverrides |
ReportOverrides.withDeleted(ReportOverride deleted)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
ReportOverrides |
ReportOverrides.withSkipped(ReportOverride skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during
your transfer.
|
ReportOverrides |
ReportOverrides.withTransferred(ReportOverride transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
ReportOverrides |
ReportOverrides.withVerified(ReportOverride verified)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the
end of your transfer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskReportConfig.setOverrides(ReportOverrides overrides)
Customizes the reporting level for aspects of your task report.
|
TaskReportConfig |
TaskReportConfig.withOverrides(ReportOverrides overrides)
Customizes the reporting level for aspects of your task report.
|
Copyright © 2024. All rights reserved.