Uses of Class
software.amazon.awssdk.services.applicationcostprofiler.model.ReportFrequency
-
Packages that use ReportFrequency Package Description software.amazon.awssdk.services.applicationcostprofiler.model -
-
Uses of ReportFrequency in software.amazon.awssdk.services.applicationcostprofiler.model
Methods in software.amazon.awssdk.services.applicationcostprofiler.model that return ReportFrequency Modifier and Type Method Description static ReportFrequencyReportFrequency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportFrequencyGetReportDefinitionResponse. reportFrequency()Cadence used to generate the report.ReportFrequencyPutReportDefinitionRequest. reportFrequency()Required.ReportFrequencyReportDefinition. reportFrequency()The cadence at which the report is generated.ReportFrequencyUpdateReportDefinitionRequest. reportFrequency()Required.static ReportFrequencyReportFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportFrequency[]ReportFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationcostprofiler.model that return types with arguments of type ReportFrequency Modifier and Type Method Description static Set<ReportFrequency>ReportFrequency. knownValues()Methods in software.amazon.awssdk.services.applicationcostprofiler.model with parameters of type ReportFrequency Modifier and Type Method Description GetReportDefinitionResponse.BuilderGetReportDefinitionResponse.Builder. reportFrequency(ReportFrequency reportFrequency)Cadence used to generate the report.PutReportDefinitionRequest.BuilderPutReportDefinitionRequest.Builder. reportFrequency(ReportFrequency reportFrequency)Required.ReportDefinition.BuilderReportDefinition.Builder. reportFrequency(ReportFrequency reportFrequency)The cadence at which the report is generated.UpdateReportDefinitionRequest.BuilderUpdateReportDefinitionRequest.Builder. reportFrequency(ReportFrequency reportFrequency)Required.
-