Uses of Class
software.amazon.awssdk.services.billingconductor.model.CreateCustomLineItemResponse
-
Packages that use CreateCustomLineItemResponse 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 CreateCustomLineItemResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return CreateCustomLineItemResponse Modifier and Type Method Description default CreateCustomLineItemResponseBillingconductorClient. createCustomLineItem(Consumer<CreateCustomLineItemRequest.Builder> createCustomLineItemRequest)Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period.default CreateCustomLineItemResponseBillingconductorClient. createCustomLineItem(CreateCustomLineItemRequest createCustomLineItemRequest)Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type CreateCustomLineItemResponse Modifier and Type Method Description default CompletableFuture<CreateCustomLineItemResponse>BillingconductorAsyncClient. createCustomLineItem(Consumer<CreateCustomLineItemRequest.Builder> createCustomLineItemRequest)Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period.default CompletableFuture<CreateCustomLineItemResponse>BillingconductorAsyncClient. createCustomLineItem(CreateCustomLineItemRequest createCustomLineItemRequest)Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period.
-