Uses of Class
software.amazon.awssdk.services.billingconductor.model.ListCustomLineItemsResponse
-
Packages that use ListCustomLineItemsResponse 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.paginators -
-
Uses of ListCustomLineItemsResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return ListCustomLineItemsResponse Modifier and Type Method Description default ListCustomLineItemsResponseBillingconductorClient. listCustomLineItems(Consumer<ListCustomLineItemsRequest.Builder> listCustomLineItemsRequest)A paginated call to get a list of all custom line items (FFLIs) for the given billing period.default ListCustomLineItemsResponseBillingconductorClient. listCustomLineItems(ListCustomLineItemsRequest listCustomLineItemsRequest)A paginated call to get a list of all custom line items (FFLIs) for the given billing period.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type ListCustomLineItemsResponse Modifier and Type Method Description default CompletableFuture<ListCustomLineItemsResponse>BillingconductorAsyncClient. listCustomLineItems(Consumer<ListCustomLineItemsRequest.Builder> listCustomLineItemsRequest)A paginated call to get a list of all custom line items (FFLIs) for the given billing period.default CompletableFuture<ListCustomLineItemsResponse>BillingconductorAsyncClient. listCustomLineItems(ListCustomLineItemsRequest listCustomLineItemsRequest)A paginated call to get a list of all custom line items (FFLIs) for the given billing period. -
Uses of ListCustomLineItemsResponse in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type ListCustomLineItemsResponse Modifier and Type Method Description Iterator<ListCustomLineItemsResponse>ListCustomLineItemsIterable. iterator()Method parameters in software.amazon.awssdk.services.billingconductor.paginators with type arguments of type ListCustomLineItemsResponse Modifier and Type Method Description voidListCustomLineItemsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomLineItemsResponse> subscriber)
-