| 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 |
|---|---|
Future<DeleteCustomLineItemResult> |
AWSBillingConductorAsyncClient.deleteCustomLineItemAsync(DeleteCustomLineItemRequest request,
AsyncHandler<DeleteCustomLineItemRequest,DeleteCustomLineItemResult> asyncHandler) |
Future<DeleteCustomLineItemResult> |
AWSBillingConductorAsync.deleteCustomLineItemAsync(DeleteCustomLineItemRequest deleteCustomLineItemRequest,
AsyncHandler<DeleteCustomLineItemRequest,DeleteCustomLineItemResult> asyncHandler)
Deletes the custom line item identified by the given ARN in the current, or previous billing period.
|
Future<DeleteCustomLineItemResult> |
AbstractAWSBillingConductorAsync.deleteCustomLineItemAsync(DeleteCustomLineItemRequest request,
AsyncHandler<DeleteCustomLineItemRequest,DeleteCustomLineItemResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomLineItemRequest |
DeleteCustomLineItemRequest.clone() |
DeleteCustomLineItemRequest |
DeleteCustomLineItemRequest.withArn(String arn)
The ARN of the custom line item to be deleted.
|
DeleteCustomLineItemRequest |
DeleteCustomLineItemRequest.withBillingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange) |
Copyright © 2023. All rights reserved.