| 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 |
|---|---|
UpdateCustomLineItemResult |
AWSBillingConductorClient.updateCustomLineItem(UpdateCustomLineItemRequest request)
Update an existing custom line item in the current or previous billing period.
|
UpdateCustomLineItemResult |
AWSBillingConductor.updateCustomLineItem(UpdateCustomLineItemRequest updateCustomLineItemRequest)
Update an existing custom line item in the current or previous billing period.
|
UpdateCustomLineItemResult |
AbstractAWSBillingConductor.updateCustomLineItem(UpdateCustomLineItemRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<UpdateCustomLineItemResult> |
AbstractAWSBillingConductorAsync.updateCustomLineItemAsync(UpdateCustomLineItemRequest request,
AsyncHandler<UpdateCustomLineItemRequest,UpdateCustomLineItemResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomLineItemResult |
UpdateCustomLineItemResult.clone() |
UpdateCustomLineItemResult |
UpdateCustomLineItemResult.withArn(String arn)
The ARN of the successfully updated custom line item.
|
UpdateCustomLineItemResult |
UpdateCustomLineItemResult.withAssociationSize(Long associationSize)
The number of resources that are associated to the custom line item.
|
UpdateCustomLineItemResult |
UpdateCustomLineItemResult.withBillingGroupArn(String billingGroupArn)
The ARN of the billing group that the custom line item is applied to.
|
UpdateCustomLineItemResult |
UpdateCustomLineItemResult.withChargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom
line item. |
UpdateCustomLineItemResult |
UpdateCustomLineItemResult.withDescription(String description)
The description of the successfully updated custom line item.
|
UpdateCustomLineItemResult |
UpdateCustomLineItemResult.withLastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
|
UpdateCustomLineItemResult |
UpdateCustomLineItemResult.withName(String name)
The name of the successfully updated custom line item.
|
Copyright © 2023. All rights reserved.