| Package | Description |
|---|---|
| software.amazon.awssdk.services.costandusagereport.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportVersioning |
ReportVersioning.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReportVersioning |
ReportDefinition.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 ReportVersioning |
ReportVersioning.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ReportVersioning> |
ReportVersioning.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReportDefinition.Builder |
ReportDefinition.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.
|
Copyright © 2023. All rights reserved.