| Package | Description |
|---|---|
| com.amazonaws.services.costandusagereport.model |
| Modifier and Type | Method and Description |
|---|---|
ReportDefinition |
ReportDefinition.clone() |
ReportDefinition |
ModifyReportDefinitionRequest.getReportDefinition() |
ReportDefinition |
PutReportDefinitionRequest.getReportDefinition()
Represents the output of the PutReportDefinition operation.
|
ReportDefinition |
ReportDefinition.withAdditionalArtifacts(AdditionalArtifact... additionalArtifacts)
A list of manifests that you want Amazon Web Services to create for this report.
|
ReportDefinition |
ReportDefinition.withAdditionalArtifacts(Collection<String> additionalArtifacts)
A list of manifests that you want Amazon Web Services to create for this report.
|
ReportDefinition |
ReportDefinition.withAdditionalArtifacts(String... additionalArtifacts)
A list of manifests that you want Amazon Web Services to create for this report.
|
ReportDefinition |
ReportDefinition.withAdditionalSchemaElements(Collection<String> additionalSchemaElements)
A list of strings that indicate additional content that Amazon Web Services includes in the report, such as
individual resource IDs.
|
ReportDefinition |
ReportDefinition.withAdditionalSchemaElements(SchemaElement... additionalSchemaElements)
A list of strings that indicate additional content that Amazon Web Services includes in the report, such as
individual resource IDs.
|
ReportDefinition |
ReportDefinition.withAdditionalSchemaElements(String... additionalSchemaElements)
A list of strings that indicate additional content that Amazon Web Services includes in the report, such as
individual resource IDs.
|
ReportDefinition |
ReportDefinition.withCompression(CompressionFormat compression) |
ReportDefinition |
ReportDefinition.withCompression(String compression) |
ReportDefinition |
ReportDefinition.withFormat(ReportFormat format) |
ReportDefinition |
ReportDefinition.withFormat(String format) |
ReportDefinition |
ReportDefinition.withRefreshClosedReports(Boolean refreshClosedReports)
Whether you want Amazon Web Services to update your reports after they have been finalized if Amazon Web Services
detects charges related to previous months.
|
ReportDefinition |
ReportDefinition.withReportName(String reportName) |
ReportDefinition |
ReportDefinition.withReportVersioning(ReportVersioning reportVersioning)
Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in
addition to the previous versions.
|
ReportDefinition |
ReportDefinition.withReportVersioning(String reportVersioning)
Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in
addition to the previous versions.
|
ReportDefinition |
ReportDefinition.withS3Bucket(String s3Bucket) |
ReportDefinition |
ReportDefinition.withS3Prefix(String s3Prefix) |
ReportDefinition |
ReportDefinition.withS3Region(AWSRegion s3Region) |
ReportDefinition |
ReportDefinition.withS3Region(String s3Region) |
ReportDefinition |
ReportDefinition.withTimeUnit(String timeUnit) |
ReportDefinition |
ReportDefinition.withTimeUnit(TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
List<ReportDefinition> |
DescribeReportDefinitionsResult.getReportDefinitions()
A list of AWS Cost and Usage reports owned by the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyReportDefinitionRequest.setReportDefinition(ReportDefinition reportDefinition) |
void |
PutReportDefinitionRequest.setReportDefinition(ReportDefinition reportDefinition)
Represents the output of the PutReportDefinition operation.
|
ModifyReportDefinitionRequest |
ModifyReportDefinitionRequest.withReportDefinition(ReportDefinition reportDefinition) |
PutReportDefinitionRequest |
PutReportDefinitionRequest.withReportDefinition(ReportDefinition reportDefinition)
Represents the output of the PutReportDefinition operation.
|
DescribeReportDefinitionsResult |
DescribeReportDefinitionsResult.withReportDefinitions(ReportDefinition... reportDefinitions)
A list of AWS Cost and Usage reports owned by the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeReportDefinitionsResult.setReportDefinitions(Collection<ReportDefinition> reportDefinitions)
A list of AWS Cost and Usage reports owned by the account.
|
DescribeReportDefinitionsResult |
DescribeReportDefinitionsResult.withReportDefinitions(Collection<ReportDefinition> reportDefinitions)
A list of AWS Cost and Usage reports owned by the account.
|
Copyright © 2019. All rights reserved.