| Package | Description |
|---|---|
| com.amazonaws.services.applicationcostprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportFrequency |
ReportFrequency.fromValue(String value)
Use this in place of valueOf.
|
static ReportFrequency |
ReportFrequency.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateReportDefinitionRequest |
UpdateReportDefinitionRequest.withReportFrequency(ReportFrequency reportFrequency)
Required.
|
GetReportDefinitionResult |
GetReportDefinitionResult.withReportFrequency(ReportFrequency reportFrequency)
Cadence used to generate the report.
|
PutReportDefinitionRequest |
PutReportDefinitionRequest.withReportFrequency(ReportFrequency reportFrequency)
Required.
|
ReportDefinition |
ReportDefinition.withReportFrequency(ReportFrequency reportFrequency)
The cadence at which the report is generated.
|
Copyright © 2023. All rights reserved.