Uses of Class
software.amazon.awssdk.services.datasync.model.ReportLevel
-
Packages that use ReportLevel Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ReportLevel in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ReportLevel Modifier and Type Method Description static ReportLevelReportLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportLevelReportOverride. reportLevel()Specifies whether your task report includes errors only or successes and errors.ReportLevelTaskReportConfig. 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 ReportLevelReportLevel. 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.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ReportLevel Modifier and Type Method Description static Set<ReportLevel>ReportLevel. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type ReportLevel Modifier and Type Method Description ReportOverride.BuilderReportOverride.Builder. reportLevel(ReportLevel reportLevel)Specifies whether your task report includes errors only or successes and errors.TaskReportConfig.BuilderTaskReportConfig.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.
-