| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
BillingGroupCostReportResultElement |
BillingGroupCostReportResultElement.clone() |
BillingGroupCostReportResultElement |
BillingGroupCostReportResultElement.withArn(String arn)
The Amazon Resource Number (ARN) that uniquely identifies the billing group.
|
BillingGroupCostReportResultElement |
BillingGroupCostReportResultElement.withAttributes(Attribute... attributes)
The list of key-value pairs that represent the attributes by which the
BillingGroupCostReportResults
are grouped. |
BillingGroupCostReportResultElement |
BillingGroupCostReportResultElement.withAttributes(Collection<Attribute> attributes)
The list of key-value pairs that represent the attributes by which the
BillingGroupCostReportResults
are grouped. |
BillingGroupCostReportResultElement |
BillingGroupCostReportResultElement.withAWSCost(String aWSCost)
The actual Amazon Web Services charges for the billing group.
|
BillingGroupCostReportResultElement |
BillingGroupCostReportResultElement.withCurrency(String currency)
The displayed currency.
|
BillingGroupCostReportResultElement |
BillingGroupCostReportResultElement.withMargin(String margin)
The billing group margin.
|
BillingGroupCostReportResultElement |
BillingGroupCostReportResultElement.withMarginPercentage(String marginPercentage)
The percentage of the billing group margin.
|
BillingGroupCostReportResultElement |
BillingGroupCostReportResultElement.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<BillingGroupCostReportResultElement> |
GetBillingGroupCostReportResult.getBillingGroupCostReportResults()
The list of margin summary reports.
|
| Modifier and Type | Method and Description |
|---|---|
GetBillingGroupCostReportResult |
GetBillingGroupCostReportResult.withBillingGroupCostReportResults(BillingGroupCostReportResultElement... billingGroupCostReportResults)
The list of margin summary reports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBillingGroupCostReportResult.setBillingGroupCostReportResults(Collection<BillingGroupCostReportResultElement> billingGroupCostReportResults)
The list of margin summary reports.
|
GetBillingGroupCostReportResult |
GetBillingGroupCostReportResult.withBillingGroupCostReportResults(Collection<BillingGroupCostReportResultElement> billingGroupCostReportResults)
The list of margin summary reports.
|
Copyright © 2024. All rights reserved.