| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ReportOverride |
ReportOverrides.deleted()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
ReportOverride |
ReportOverrides.skipped()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during
your transfer.
|
ReportOverride |
ReportOverrides.transferred()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
ReportOverride |
ReportOverrides.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 |
|---|---|
ReportOverrides.Builder |
ReportOverrides.Builder.deleted(ReportOverride deleted)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
ReportOverrides.Builder |
ReportOverrides.Builder.skipped(ReportOverride skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip
during your transfer.
|
ReportOverrides.Builder |
ReportOverrides.Builder.transferred(ReportOverride transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
ReportOverrides.Builder |
ReportOverrides.Builder.verified(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 © 2023. All rights reserved.