Uses of Class
software.amazon.awssdk.services.billingconductor.model.DeleteCustomLineItemResponse
-
Packages that use DeleteCustomLineItemResponse Package Description software.amazon.awssdk.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. -
-
Uses of DeleteCustomLineItemResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return DeleteCustomLineItemResponse Modifier and Type Method Description default DeleteCustomLineItemResponseBillingconductorClient. deleteCustomLineItem(Consumer<DeleteCustomLineItemRequest.Builder> deleteCustomLineItemRequest)Deletes the custom line item identified by the given ARN in the current, or previous billing period.default DeleteCustomLineItemResponseBillingconductorClient. deleteCustomLineItem(DeleteCustomLineItemRequest deleteCustomLineItemRequest)Deletes the custom line item identified by the given ARN in the current, or previous billing period.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type DeleteCustomLineItemResponse Modifier and Type Method Description default CompletableFuture<DeleteCustomLineItemResponse>BillingconductorAsyncClient. deleteCustomLineItem(Consumer<DeleteCustomLineItemRequest.Builder> deleteCustomLineItemRequest)Deletes the custom line item identified by the given ARN in the current, or previous billing period.default CompletableFuture<DeleteCustomLineItemResponse>BillingconductorAsyncClient. deleteCustomLineItem(DeleteCustomLineItemRequest deleteCustomLineItemRequest)Deletes the custom line item identified by the given ARN in the current, or previous billing period.
-