Uses of Class
software.amazon.awssdk.services.fsx.model.ReportFormat
-
Packages that use ReportFormat Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of ReportFormat in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return ReportFormat Modifier and Type Method Description ReportFormatCompletionReport. format()Required ifEnabledis set totrue.static ReportFormatReportFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ReportFormatReportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportFormat[]ReportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type ReportFormat Modifier and Type Method Description static Set<ReportFormat>ReportFormat. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type ReportFormat Modifier and Type Method Description CompletionReport.BuilderCompletionReport.Builder. format(ReportFormat format)Required ifEnabledis set totrue.
-