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