| 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 |
|---|---|
Future<ListCustomLineItemsResult> |
AbstractAWSBillingConductorAsync.listCustomLineItemsAsync(ListCustomLineItemsRequest request,
AsyncHandler<ListCustomLineItemsRequest,ListCustomLineItemsResult> asyncHandler) |
Future<ListCustomLineItemsResult> |
AWSBillingConductorAsyncClient.listCustomLineItemsAsync(ListCustomLineItemsRequest request,
AsyncHandler<ListCustomLineItemsRequest,ListCustomLineItemsResult> asyncHandler) |
Future<ListCustomLineItemsResult> |
AWSBillingConductorAsync.listCustomLineItemsAsync(ListCustomLineItemsRequest listCustomLineItemsRequest,
AsyncHandler<ListCustomLineItemsRequest,ListCustomLineItemsResult> asyncHandler)
A paginated call to get a list of all custom line items (FFLIs) for the given billing period.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemsRequest |
ListCustomLineItemsRequest.clone() |
ListCustomLineItemsRequest |
ListCustomLineItemsRequest.withBillingPeriod(String billingPeriod)
The preferred billing period to get custom line items (FFLIs).
|
ListCustomLineItemsRequest |
ListCustomLineItemsRequest.withFilters(ListCustomLineItemsFilter filters)
A
ListCustomLineItemsFilter that specifies the custom line item names and/or billing group Amazon
Resource Names (ARNs) to retrieve FFLI information. |
ListCustomLineItemsRequest |
ListCustomLineItemsRequest.withMaxResults(Integer maxResults)
The maximum number of billing groups to retrieve.
|
ListCustomLineItemsRequest |
ListCustomLineItemsRequest.withNextToken(String nextToken)
The pagination token that's used on subsequent calls to get custom line items (FFLIs).
|
Copyright © 2024. All rights reserved.