Uses of Class
software.amazon.awssdk.services.fsx.model.ReportScope
-
Packages that use ReportScope Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of ReportScope in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return ReportScope Modifier and Type Method Description static ReportScopeReportScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportScopeCompletionReport. scope()Required ifEnabledis set totrue.static ReportScopeReportScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportScope[]ReportScope. 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 ReportScope Modifier and Type Method Description static Set<ReportScope>ReportScope. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type ReportScope Modifier and Type Method Description CompletionReport.BuilderCompletionReport.Builder. scope(ReportScope scope)Required ifEnabledis set totrue.
-