Uses of Class
software.amazon.awssdk.services.billingconductor.model.UpdateBillingGroupResponse
-
Packages that use UpdateBillingGroupResponse 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 UpdateBillingGroupResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return UpdateBillingGroupResponse Modifier and Type Method Description default UpdateBillingGroupResponseBillingconductorClient. updateBillingGroup(Consumer<UpdateBillingGroupRequest.Builder> updateBillingGroupRequest)This updates an existing billing group.default UpdateBillingGroupResponseBillingconductorClient. updateBillingGroup(UpdateBillingGroupRequest updateBillingGroupRequest)This updates an existing billing group.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type UpdateBillingGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateBillingGroupResponse>BillingconductorAsyncClient. updateBillingGroup(Consumer<UpdateBillingGroupRequest.Builder> updateBillingGroupRequest)This updates an existing billing group.default CompletableFuture<UpdateBillingGroupResponse>BillingconductorAsyncClient. updateBillingGroup(UpdateBillingGroupRequest updateBillingGroupRequest)This updates an existing billing group.
-