| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor |
Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a proforma version of your billing data each month, to accurately show or chargeback your end customers.
|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
GetBillingGroupCostReportResult |
AbstractAWSBillingConductor.getBillingGroupCostReport(GetBillingGroupCostReportRequest request) |
GetBillingGroupCostReportResult |
AWSBillingConductorClient.getBillingGroupCostReport(GetBillingGroupCostReportRequest request)
Retrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma
cost) by Amazon Web Service for a specific billing group.
|
GetBillingGroupCostReportResult |
AWSBillingConductor.getBillingGroupCostReport(GetBillingGroupCostReportRequest getBillingGroupCostReportRequest)
Retrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma
cost) by Amazon Web Service for a specific billing group.
|
Future<GetBillingGroupCostReportResult> |
AbstractAWSBillingConductorAsync.getBillingGroupCostReportAsync(GetBillingGroupCostReportRequest request) |
Future<GetBillingGroupCostReportResult> |
AWSBillingConductorAsyncClient.getBillingGroupCostReportAsync(GetBillingGroupCostReportRequest request) |
Future<GetBillingGroupCostReportResult> |
AWSBillingConductorAsync.getBillingGroupCostReportAsync(GetBillingGroupCostReportRequest getBillingGroupCostReportRequest)
Retrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma
cost) by Amazon Web Service for a specific billing group.
|
Future<GetBillingGroupCostReportResult> |
AbstractAWSBillingConductorAsync.getBillingGroupCostReportAsync(GetBillingGroupCostReportRequest request,
AsyncHandler<GetBillingGroupCostReportRequest,GetBillingGroupCostReportResult> asyncHandler) |
Future<GetBillingGroupCostReportResult> |
AWSBillingConductorAsyncClient.getBillingGroupCostReportAsync(GetBillingGroupCostReportRequest request,
AsyncHandler<GetBillingGroupCostReportRequest,GetBillingGroupCostReportResult> asyncHandler) |
Future<GetBillingGroupCostReportResult> |
AWSBillingConductorAsync.getBillingGroupCostReportAsync(GetBillingGroupCostReportRequest getBillingGroupCostReportRequest,
AsyncHandler<GetBillingGroupCostReportRequest,GetBillingGroupCostReportResult> asyncHandler)
Retrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma
cost) by Amazon Web Service for a specific billing group.
|
| Modifier and Type | Method and Description |
|---|---|
GetBillingGroupCostReportRequest |
GetBillingGroupCostReportRequest.clone() |
GetBillingGroupCostReportRequest |
GetBillingGroupCostReportRequest.withArn(String arn)
The Amazon Resource Number (ARN) that uniquely identifies the billing group.
|
GetBillingGroupCostReportRequest |
GetBillingGroupCostReportRequest.withBillingPeriodRange(BillingPeriodRange billingPeriodRange)
A time range for which the margin summary is effective.
|
GetBillingGroupCostReportRequest |
GetBillingGroupCostReportRequest.withGroupBy(Collection<String> groupBy)
A list of strings that specify the attributes that are used to break down costs in the margin summary reports for
the billing group.
|
GetBillingGroupCostReportRequest |
GetBillingGroupCostReportRequest.withGroupBy(GroupByAttributeName... groupBy)
A list of strings that specify the attributes that are used to break down costs in the margin summary reports for
the billing group.
|
GetBillingGroupCostReportRequest |
GetBillingGroupCostReportRequest.withGroupBy(String... groupBy)
A list of strings that specify the attributes that are used to break down costs in the margin summary reports for
the billing group.
|
GetBillingGroupCostReportRequest |
GetBillingGroupCostReportRequest.withMaxResults(Integer maxResults)
The maximum number of margin summary reports to retrieve.
|
GetBillingGroupCostReportRequest |
GetBillingGroupCostReportRequest.withNextToken(String nextToken)
The pagination token used on subsequent calls to get reports.
|
Copyright © 2025. All rights reserved.