Uses of Class
software.amazon.awssdk.services.iot.model.RemoveThingFromBillingGroupResponse
-
Packages that use RemoveThingFromBillingGroupResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of RemoveThingFromBillingGroupResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return RemoveThingFromBillingGroupResponse Modifier and Type Method Description default RemoveThingFromBillingGroupResponse
IotClient. removeThingFromBillingGroup(Consumer<RemoveThingFromBillingGroupRequest.Builder> removeThingFromBillingGroupRequest)
Removes the given thing from the billing group.default RemoveThingFromBillingGroupResponse
IotClient. removeThingFromBillingGroup(RemoveThingFromBillingGroupRequest removeThingFromBillingGroupRequest)
Removes the given thing from the billing group.Methods in software.amazon.awssdk.services.iot that return types with arguments of type RemoveThingFromBillingGroupResponse Modifier and Type Method Description default CompletableFuture<RemoveThingFromBillingGroupResponse>
IotAsyncClient. removeThingFromBillingGroup(Consumer<RemoveThingFromBillingGroupRequest.Builder> removeThingFromBillingGroupRequest)
Removes the given thing from the billing group.default CompletableFuture<RemoveThingFromBillingGroupResponse>
IotAsyncClient. removeThingFromBillingGroup(RemoveThingFromBillingGroupRequest removeThingFromBillingGroupRequest)
Removes the given thing from the billing group.
-