Uses of Class
software.amazon.awssdk.services.iot.model.UpdateBillingGroupRequest
-
Packages that use UpdateBillingGroupRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of UpdateBillingGroupRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type UpdateBillingGroupRequest Modifier and Type Method Description default CompletableFuture<UpdateBillingGroupResponse>IotAsyncClient. updateBillingGroup(UpdateBillingGroupRequest updateBillingGroupRequest)Updates information about the billing group.default UpdateBillingGroupResponseIotClient. updateBillingGroup(UpdateBillingGroupRequest updateBillingGroupRequest)Updates information about the billing group. -
Uses of UpdateBillingGroupRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type UpdateBillingGroupRequest Modifier and Type Method Description SdkHttpFullRequestUpdateBillingGroupRequestMarshaller. marshall(UpdateBillingGroupRequest updateBillingGroupRequest)
-