| Package | Description |
|---|---|
| software.amazon.awssdk.services.costandusagereport.model |
| Modifier and Type | Method and Description |
|---|---|
ReportDefinition |
ModifyReportDefinitionRequest.reportDefinition()
Returns the value of the ReportDefinition property for this object.
|
ReportDefinition |
PutReportDefinitionRequest.reportDefinition()
Represents the output of the PutReportDefinition operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportDefinition> |
DescribeReportDefinitionsResponse.reportDefinitions()
A list of AWS Cost and Usage reports owned by the account.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyReportDefinitionRequest.Builder |
ModifyReportDefinitionRequest.Builder.reportDefinition(ReportDefinition reportDefinition)
Sets the value of the ReportDefinition property for this object.
|
PutReportDefinitionRequest.Builder |
PutReportDefinitionRequest.Builder.reportDefinition(ReportDefinition reportDefinition)
Represents the output of the PutReportDefinition operation.
|
DescribeReportDefinitionsResponse.Builder |
DescribeReportDefinitionsResponse.Builder.reportDefinitions(ReportDefinition... reportDefinitions)
A list of AWS Cost and Usage reports owned by the account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReportDefinitionsResponse.Builder |
DescribeReportDefinitionsResponse.Builder.reportDefinitions(Collection<ReportDefinition> reportDefinitions)
A list of AWS Cost and Usage reports owned by the account.
|
Copyright © 2023. All rights reserved.