Uses of Class
software.amazon.awssdk.services.billingconductor.model.ListBillingGroupsResponse
-
Packages that use ListBillingGroupsResponse 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 ListBillingGroupsResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return ListBillingGroupsResponse Modifier and Type Method Description default ListBillingGroupsResponseBillingconductorClient. listBillingGroups(Consumer<ListBillingGroupsRequest.Builder> listBillingGroupsRequest)A paginated call to retrieve a list of billing groups for the given billing period.default ListBillingGroupsResponseBillingconductorClient. listBillingGroups(ListBillingGroupsRequest listBillingGroupsRequest)A paginated call to retrieve a list of billing groups for the given billing period.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type ListBillingGroupsResponse Modifier and Type Method Description default CompletableFuture<ListBillingGroupsResponse>BillingconductorAsyncClient. listBillingGroups(Consumer<ListBillingGroupsRequest.Builder> listBillingGroupsRequest)A paginated call to retrieve a list of billing groups for the given billing period.default CompletableFuture<ListBillingGroupsResponse>BillingconductorAsyncClient. listBillingGroups(ListBillingGroupsRequest listBillingGroupsRequest)A paginated call to retrieve a list of billing groups for the given billing period. -
Uses of ListBillingGroupsResponse in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type ListBillingGroupsResponse Modifier and Type Method Description Iterator<ListBillingGroupsResponse>ListBillingGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.billingconductor.paginators with type arguments of type ListBillingGroupsResponse Modifier and Type Method Description voidListBillingGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBillingGroupsResponse> subscriber)
-