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