| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationcostprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportFrequency |
ReportFrequency.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReportFrequency |
UpdateReportDefinitionRequest.reportFrequency()
Required.
|
ReportFrequency |
ReportDefinition.reportFrequency()
The cadence at which the report is generated.
|
ReportFrequency |
PutReportDefinitionRequest.reportFrequency()
Required.
|
ReportFrequency |
GetReportDefinitionResponse.reportFrequency()
Cadence used to generate the report.
|
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 |
|---|---|
static Set<ReportFrequency> |
ReportFrequency.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateReportDefinitionRequest.Builder |
UpdateReportDefinitionRequest.Builder.reportFrequency(ReportFrequency reportFrequency)
Required.
|
ReportDefinition.Builder |
ReportDefinition.Builder.reportFrequency(ReportFrequency reportFrequency)
The cadence at which the report is generated.
|
PutReportDefinitionRequest.Builder |
PutReportDefinitionRequest.Builder.reportFrequency(ReportFrequency reportFrequency)
Required.
|
GetReportDefinitionResponse.Builder |
GetReportDefinitionResponse.Builder.reportFrequency(ReportFrequency reportFrequency)
Cadence used to generate the report.
|
Copyright © 2021. All rights reserved.