| 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<UpdateCustomLineItemResult> |
AbstractAWSBillingConductorAsync.updateCustomLineItemAsync(UpdateCustomLineItemRequest request,
AsyncHandler<UpdateCustomLineItemRequest,UpdateCustomLineItemResult> asyncHandler) |
Future<UpdateCustomLineItemResult> |
AWSBillingConductorAsyncClient.updateCustomLineItemAsync(UpdateCustomLineItemRequest request,
AsyncHandler<UpdateCustomLineItemRequest,UpdateCustomLineItemResult> asyncHandler) |
Future<UpdateCustomLineItemResult> |
AWSBillingConductorAsync.updateCustomLineItemAsync(UpdateCustomLineItemRequest updateCustomLineItemRequest,
AsyncHandler<UpdateCustomLineItemRequest,UpdateCustomLineItemResult> asyncHandler)
Update an existing custom line item in the current or previous billing period.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomLineItemRequest |
UpdateCustomLineItemRequest.clone() |
UpdateCustomLineItemRequest |
UpdateCustomLineItemRequest.withArn(String arn)
The ARN of the custom line item to be updated.
|
UpdateCustomLineItemRequest |
UpdateCustomLineItemRequest.withBillingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange) |
UpdateCustomLineItemRequest |
UpdateCustomLineItemRequest.withChargeDetails(UpdateCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails containing the new charge details for the custom line item. |
UpdateCustomLineItemRequest |
UpdateCustomLineItemRequest.withDescription(String description)
The new line item description of the custom line item.
|
UpdateCustomLineItemRequest |
UpdateCustomLineItemRequest.withName(String name)
The new name for the custom line item.
|
Copyright © 2024. All rights reserved.