Uses of Class
software.amazon.awssdk.services.costandusagereport.model.ReportVersioning
-
Packages that use ReportVersioning Package Description software.amazon.awssdk.services.costandusagereport.model -
-
Uses of ReportVersioning in software.amazon.awssdk.services.costandusagereport.model
Methods in software.amazon.awssdk.services.costandusagereport.model that return ReportVersioning Modifier and Type Method Description static ReportVersioningReportVersioning. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportVersioningReportDefinition. reportVersioning()Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions.static ReportVersioningReportVersioning. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportVersioning[]ReportVersioning. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costandusagereport.model that return types with arguments of type ReportVersioning Modifier and Type Method Description static Set<ReportVersioning>ReportVersioning. knownValues()Methods in software.amazon.awssdk.services.costandusagereport.model with parameters of type ReportVersioning Modifier and Type Method Description ReportDefinition.BuilderReportDefinition.Builder. reportVersioning(ReportVersioning reportVersioning)Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions.
-