| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportLevel |
ReportLevel.fromValue(String value)
Use this in place of valueOf.
|
static ReportLevel |
ReportLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportLevel[] |
ReportLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReportOverride |
ReportOverride.withReportLevel(ReportLevel reportLevel)
Specifies whether your task report includes errors only or successes and errors.
|
TaskReportConfig |
TaskReportConfig.withReportLevel(ReportLevel reportLevel)
Specifies whether you want your task report to include only what went wrong with your transfer or a list of what
succeeded and didn't.
|
Copyright © 2023. All rights reserved.