| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor |
Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a pro
forma version of your billing data each month, to accurately show or chargeback your end customers.
|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBillingGroupCostReportsResponse> |
BillingconductorAsyncClient.listBillingGroupCostReports(Consumer<ListBillingGroupCostReportsRequest.Builder> listBillingGroupCostReportsRequest)
A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web
Services charges based on the associated pricing plan of a billing group.
|
default ListBillingGroupCostReportsResponse |
BillingconductorClient.listBillingGroupCostReports(Consumer<ListBillingGroupCostReportsRequest.Builder> listBillingGroupCostReportsRequest)
A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web
Services charges based on the associated pricing plan of a billing group.
|
default ListBillingGroupCostReportsPublisher |
BillingconductorAsyncClient.listBillingGroupCostReportsPaginator(Consumer<ListBillingGroupCostReportsRequest.Builder> listBillingGroupCostReportsRequest)
A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web
Services charges based on the associated pricing plan of a billing group.
|
default ListBillingGroupCostReportsIterable |
BillingconductorClient.listBillingGroupCostReportsPaginator(Consumer<ListBillingGroupCostReportsRequest.Builder> listBillingGroupCostReportsRequest)
A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web
Services charges based on the associated pricing plan of a billing group.
|
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupCostReportsRequest.Builder |
ListBillingGroupCostReportsRequest.Builder.billingPeriod(String billingPeriod)
The preferred billing period for your report.
|
static ListBillingGroupCostReportsRequest.Builder |
ListBillingGroupCostReportsRequest.builder() |
default ListBillingGroupCostReportsRequest.Builder |
ListBillingGroupCostReportsRequest.Builder.filters(Consumer<ListBillingGroupCostReportsFilter.Builder> filters)
A
ListBillingGroupCostReportsFilter to specify billing groups to retrieve reports from. |
ListBillingGroupCostReportsRequest.Builder |
ListBillingGroupCostReportsRequest.Builder.filters(ListBillingGroupCostReportsFilter filters)
A
ListBillingGroupCostReportsFilter to specify billing groups to retrieve reports from. |
ListBillingGroupCostReportsRequest.Builder |
ListBillingGroupCostReportsRequest.Builder.maxResults(Integer maxResults)
The maximum number of reports to retrieve.
|
ListBillingGroupCostReportsRequest.Builder |
ListBillingGroupCostReportsRequest.Builder.nextToken(String nextToken)
The pagination token that's used on subsequent calls to get reports.
|
ListBillingGroupCostReportsRequest.Builder |
ListBillingGroupCostReportsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBillingGroupCostReportsRequest.Builder |
ListBillingGroupCostReportsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBillingGroupCostReportsRequest.Builder |
ListBillingGroupCostReportsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBillingGroupCostReportsRequest.Builder> |
ListBillingGroupCostReportsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.