Uses of Class
software.amazon.awssdk.services.billingconductor.model.BatchAssociateResourcesToCustomLineItemResponse
-
Packages that use BatchAssociateResourcesToCustomLineItemResponse 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 BatchAssociateResourcesToCustomLineItemResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return BatchAssociateResourcesToCustomLineItemResponse Modifier and Type Method Description default BatchAssociateResourcesToCustomLineItemResponseBillingconductorClient. batchAssociateResourcesToCustomLineItem(Consumer<BatchAssociateResourcesToCustomLineItemRequest.Builder> batchAssociateResourcesToCustomLineItemRequest)Associates a batch of resources to a percentage custom line item.default BatchAssociateResourcesToCustomLineItemResponseBillingconductorClient. batchAssociateResourcesToCustomLineItem(BatchAssociateResourcesToCustomLineItemRequest batchAssociateResourcesToCustomLineItemRequest)Associates a batch of resources to a percentage custom line item.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type BatchAssociateResourcesToCustomLineItemResponse Modifier and Type Method Description default CompletableFuture<BatchAssociateResourcesToCustomLineItemResponse>BillingconductorAsyncClient. batchAssociateResourcesToCustomLineItem(Consumer<BatchAssociateResourcesToCustomLineItemRequest.Builder> batchAssociateResourcesToCustomLineItemRequest)Associates a batch of resources to a percentage custom line item.default CompletableFuture<BatchAssociateResourcesToCustomLineItemResponse>BillingconductorAsyncClient. batchAssociateResourcesToCustomLineItem(BatchAssociateResourcesToCustomLineItemRequest batchAssociateResourcesToCustomLineItemRequest)Associates a batch of resources to a percentage custom line item.
-