Uses of Class
software.amazon.awssdk.services.iot.model.AddThingToBillingGroupRequest
-
Packages that use AddThingToBillingGroupRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of AddThingToBillingGroupRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type AddThingToBillingGroupRequest Modifier and Type Method Description default CompletableFuture<AddThingToBillingGroupResponse>
IotAsyncClient. addThingToBillingGroup(AddThingToBillingGroupRequest addThingToBillingGroupRequest)
Adds a thing to a billing group.default AddThingToBillingGroupResponse
IotClient. addThingToBillingGroup(AddThingToBillingGroupRequest addThingToBillingGroupRequest)
Adds a thing to a billing group. -
Uses of AddThingToBillingGroupRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type AddThingToBillingGroupRequest Modifier and Type Method Description SdkHttpFullRequest
AddThingToBillingGroupRequestMarshaller. marshall(AddThingToBillingGroupRequest addThingToBillingGroupRequest)
-