Uses of Class
software.amazon.awssdk.services.billingconductor.model.CreateCustomLineItemRequest
-
Packages that use CreateCustomLineItemRequest 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.software.amazon.awssdk.services.billingconductor.transform -
-
Uses of CreateCustomLineItemRequest in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor with parameters of type CreateCustomLineItemRequest Modifier and Type Method Description 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.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. -
Uses of CreateCustomLineItemRequest in software.amazon.awssdk.services.billingconductor.transform
Methods in software.amazon.awssdk.services.billingconductor.transform with parameters of type CreateCustomLineItemRequest Modifier and Type Method Description SdkHttpFullRequestCreateCustomLineItemRequestMarshaller. marshall(CreateCustomLineItemRequest createCustomLineItemRequest)
-