| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemsResult |
AWSBillingConductorClient.listCustomLineItems(ListCustomLineItemsRequest request)
A paginated call to get a list of all custom line items (FFLIs) for the given billing period.
|
ListCustomLineItemsResult |
AWSBillingConductor.listCustomLineItems(ListCustomLineItemsRequest listCustomLineItemsRequest)
A paginated call to get a list of all custom line items (FFLIs) for the given billing period.
|
ListCustomLineItemsResult |
AbstractAWSBillingConductor.listCustomLineItems(ListCustomLineItemsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListCustomLineItemsResult> |
AbstractAWSBillingConductorAsync.listCustomLineItemsAsync(ListCustomLineItemsRequest request,
AsyncHandler<ListCustomLineItemsRequest,ListCustomLineItemsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemsResult |
ListCustomLineItemsResult.clone() |
ListCustomLineItemsResult |
ListCustomLineItemsResult.withCustomLineItems(Collection<CustomLineItemListElement> customLineItems)
A list of
FreeFormLineItemListElements received. |
ListCustomLineItemsResult |
ListCustomLineItemsResult.withCustomLineItems(CustomLineItemListElement... customLineItems)
A list of
FreeFormLineItemListElements received. |
ListCustomLineItemsResult |
ListCustomLineItemsResult.withNextToken(String nextToken)
The pagination token that's used on subsequent calls to get custom line items (FFLIs).
|
Copyright © 2023. All rights reserved.