| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
BillingGroupCostReportElement |
BillingGroupCostReportElement.clone() |
BillingGroupCostReportElement |
BillingGroupCostReportElement.withArn(String arn)
The Amazon Resource Name (ARN) of a billing group.
|
BillingGroupCostReportElement |
BillingGroupCostReportElement.withAWSCost(String aWSCost)
The actual Amazon Web Services charges for the billing group.
|
BillingGroupCostReportElement |
BillingGroupCostReportElement.withCurrency(String currency)
The displayed currency.
|
BillingGroupCostReportElement |
BillingGroupCostReportElement.withMargin(String margin)
The billing group margin.
|
BillingGroupCostReportElement |
BillingGroupCostReportElement.withMarginPercentage(String marginPercentage)
The percentage of billing group margin.
|
BillingGroupCostReportElement |
BillingGroupCostReportElement.withProformaCost(String proformaCost)
The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.
|
| Modifier and Type | Method and Description |
|---|---|
List<BillingGroupCostReportElement> |
ListBillingGroupCostReportsResult.getBillingGroupCostReports()
A list of
BillingGroupCostReportElement retrieved. |
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupCostReportsResult |
ListBillingGroupCostReportsResult.withBillingGroupCostReports(BillingGroupCostReportElement... billingGroupCostReports)
A list of
BillingGroupCostReportElement retrieved. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBillingGroupCostReportsResult.setBillingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)
A list of
BillingGroupCostReportElement retrieved. |
ListBillingGroupCostReportsResult |
ListBillingGroupCostReportsResult.withBillingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)
A list of
BillingGroupCostReportElement retrieved. |
Copyright © 2025. All rights reserved.