| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportLevel |
ReportLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReportLevel |
ReportOverride.reportLevel()
Specifies whether your task report includes errors only or successes and errors.
|
ReportLevel |
TaskReportConfig.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.
|
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 |
|---|---|
static Set<ReportLevel> |
ReportLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReportOverride.Builder |
ReportOverride.Builder.reportLevel(ReportLevel reportLevel)
Specifies whether your task report includes errors only or successes and errors.
|
TaskReportConfig.Builder |
TaskReportConfig.Builder.reportLevel(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.