| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ReportOverride |
ReportOverride.clone() |
ReportOverride |
ReportOverrides.getDeleted()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
ReportOverride |
ReportOverrides.getSkipped()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during
your transfer.
|
ReportOverride |
ReportOverrides.getTransferred()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
ReportOverride |
ReportOverrides.getVerified()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the
end of your transfer.
|
ReportOverride |
ReportOverride.withReportLevel(ReportLevel reportLevel)
Specifies whether your task report includes errors only or successes and errors.
|
ReportOverride |
ReportOverride.withReportLevel(String reportLevel)
Specifies whether your task report includes errors only or successes and errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportOverrides.setDeleted(ReportOverride deleted)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
void |
ReportOverrides.setSkipped(ReportOverride skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during
your transfer.
|
void |
ReportOverrides.setTransferred(ReportOverride transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
void |
ReportOverrides.setVerified(ReportOverride verified)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the
end of your transfer.
|
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.
|
Copyright © 2024. All rights reserved.