Uses of Class
software.amazon.awssdk.services.licensemanager.model.ReportFrequencyType
-
Packages that use ReportFrequencyType Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of ReportFrequencyType in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ReportFrequencyType Modifier and Type Method Description static ReportFrequencyTypeReportFrequencyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportFrequencyTypeReportFrequency. period()Time period between each report.static ReportFrequencyTypeReportFrequencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportFrequencyType[]ReportFrequencyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ReportFrequencyType Modifier and Type Method Description static Set<ReportFrequencyType>ReportFrequencyType. knownValues()Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type ReportFrequencyType Modifier and Type Method Description ReportFrequency.BuilderReportFrequency.Builder. period(ReportFrequencyType period)Time period between each report.
-