| Package | Description |
|---|---|
| com.amazonaws.services.applicationcostprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static Format |
Format.fromValue(String value)
Use this in place of valueOf.
|
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReportDefinition |
ReportDefinition.withFormat(Format format)
The format used for the generated reports.
|
PutReportDefinitionRequest |
PutReportDefinitionRequest.withFormat(Format format)
Required.
|
GetReportDefinitionResult |
GetReportDefinitionResult.withFormat(Format format)
Format of the generated report.
|
UpdateReportDefinitionRequest |
UpdateReportDefinitionRequest.withFormat(Format format)
Required.
|
Copyright © 2021. All rights reserved.