| Package | Description |
|---|---|
| com.amazonaws.services.applicationcostprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
ReportDefinition |
ReportDefinition.clone() |
ReportDefinition |
ReportDefinition.withCreatedAt(Date createdAt)
Timestamp (milliseconds) when this report definition was created.
|
ReportDefinition |
ReportDefinition.withDestinationS3Location(S3Location destinationS3Location)
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
|
ReportDefinition |
ReportDefinition.withFormat(Format format)
The format used for the generated reports.
|
ReportDefinition |
ReportDefinition.withFormat(String format)
The format used for the generated reports.
|
ReportDefinition |
ReportDefinition.withLastUpdatedAt(Date lastUpdatedAt)
Timestamp (milliseconds) when this report definition was last updated.
|
ReportDefinition |
ReportDefinition.withReportDescription(String reportDescription)
Description of the report
|
ReportDefinition |
ReportDefinition.withReportFrequency(ReportFrequency reportFrequency)
The cadence at which the report is generated.
|
ReportDefinition |
ReportDefinition.withReportFrequency(String reportFrequency)
The cadence at which the report is generated.
|
ReportDefinition |
ReportDefinition.withReportId(String reportId)
The ID of the report.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportDefinition> |
ListReportDefinitionsResult.getReportDefinitions()
The retrieved reports.
|
| Modifier and Type | Method and Description |
|---|---|
ListReportDefinitionsResult |
ListReportDefinitionsResult.withReportDefinitions(ReportDefinition... reportDefinitions)
The retrieved reports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListReportDefinitionsResult.setReportDefinitions(Collection<ReportDefinition> reportDefinitions)
The retrieved reports.
|
ListReportDefinitionsResult |
ListReportDefinitionsResult.withReportDefinitions(Collection<ReportDefinition> reportDefinitions)
The retrieved reports.
|
Copyright © 2024. All rights reserved.