Uses of Class
software.amazon.awssdk.services.billingconductor.model.ListResourcesAssociatedToCustomLineItemResponse
-
Packages that use ListResourcesAssociatedToCustomLineItemResponse 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 ListResourcesAssociatedToCustomLineItemResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return ListResourcesAssociatedToCustomLineItemResponse Modifier and Type Method Description default ListResourcesAssociatedToCustomLineItemResponseBillingconductorClient. listResourcesAssociatedToCustomLineItem(Consumer<ListResourcesAssociatedToCustomLineItemRequest.Builder> listResourcesAssociatedToCustomLineItemRequest)List the resources that are associated to a custom line item.default ListResourcesAssociatedToCustomLineItemResponseBillingconductorClient. listResourcesAssociatedToCustomLineItem(ListResourcesAssociatedToCustomLineItemRequest listResourcesAssociatedToCustomLineItemRequest)List the resources that are associated to a custom line item.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type ListResourcesAssociatedToCustomLineItemResponse Modifier and Type Method Description default CompletableFuture<ListResourcesAssociatedToCustomLineItemResponse>BillingconductorAsyncClient. listResourcesAssociatedToCustomLineItem(Consumer<ListResourcesAssociatedToCustomLineItemRequest.Builder> listResourcesAssociatedToCustomLineItemRequest)List the resources that are associated to a custom line item.default CompletableFuture<ListResourcesAssociatedToCustomLineItemResponse>BillingconductorAsyncClient. listResourcesAssociatedToCustomLineItem(ListResourcesAssociatedToCustomLineItemRequest listResourcesAssociatedToCustomLineItemRequest)List the resources that are associated to a custom line item. -
Uses of ListResourcesAssociatedToCustomLineItemResponse in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type ListResourcesAssociatedToCustomLineItemResponse Modifier and Type Method Description Iterator<ListResourcesAssociatedToCustomLineItemResponse>ListResourcesAssociatedToCustomLineItemIterable. iterator()Method parameters in software.amazon.awssdk.services.billingconductor.paginators with type arguments of type ListResourcesAssociatedToCustomLineItemResponse Modifier and Type Method Description voidListResourcesAssociatedToCustomLineItemPublisher. subscribe(org.reactivestreams.Subscriber<? super ListResourcesAssociatedToCustomLineItemResponse> subscriber)
-