Uses of Class
software.amazon.awssdk.services.billingconductor.model.ListBillingGroupCostReportsResponse
-
Packages that use ListBillingGroupCostReportsResponse 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 ListBillingGroupCostReportsResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return ListBillingGroupCostReportsResponse Modifier and Type Method Description default ListBillingGroupCostReportsResponseBillingconductorClient. listBillingGroupCostReports(Consumer<ListBillingGroupCostReportsRequest.Builder> listBillingGroupCostReportsRequest)A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group.default ListBillingGroupCostReportsResponseBillingconductorClient. listBillingGroupCostReports(ListBillingGroupCostReportsRequest listBillingGroupCostReportsRequest)A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type ListBillingGroupCostReportsResponse Modifier and Type Method Description default CompletableFuture<ListBillingGroupCostReportsResponse>BillingconductorAsyncClient. listBillingGroupCostReports(Consumer<ListBillingGroupCostReportsRequest.Builder> listBillingGroupCostReportsRequest)A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group.default CompletableFuture<ListBillingGroupCostReportsResponse>BillingconductorAsyncClient. listBillingGroupCostReports(ListBillingGroupCostReportsRequest listBillingGroupCostReportsRequest)A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group. -
Uses of ListBillingGroupCostReportsResponse in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type ListBillingGroupCostReportsResponse Modifier and Type Method Description Iterator<ListBillingGroupCostReportsResponse>ListBillingGroupCostReportsIterable. iterator()Method parameters in software.amazon.awssdk.services.billingconductor.paginators with type arguments of type ListBillingGroupCostReportsResponse Modifier and Type Method Description voidListBillingGroupCostReportsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBillingGroupCostReportsResponse> subscriber)
-