Uses of Interface
software.amazon.awssdk.services.iot.model.AddThingToBillingGroupRequest.Builder
-
Packages that use AddThingToBillingGroupRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of AddThingToBillingGroupRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type AddThingToBillingGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<AddThingToBillingGroupResponse>IotAsyncClient. addThingToBillingGroup(Consumer<AddThingToBillingGroupRequest.Builder> addThingToBillingGroupRequest)Adds a thing to a billing group.default AddThingToBillingGroupResponseIotClient. addThingToBillingGroup(Consumer<AddThingToBillingGroupRequest.Builder> addThingToBillingGroupRequest)Adds a thing to a billing group. -
Uses of AddThingToBillingGroupRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AddThingToBillingGroupRequest.Builder Modifier and Type Method Description AddThingToBillingGroupRequest.BuilderAddThingToBillingGroupRequest.Builder. billingGroupArn(String billingGroupArn)The ARN of the billing group.AddThingToBillingGroupRequest.BuilderAddThingToBillingGroupRequest.Builder. billingGroupName(String billingGroupName)The name of the billing group.static AddThingToBillingGroupRequest.BuilderAddThingToBillingGroupRequest. builder()AddThingToBillingGroupRequest.BuilderAddThingToBillingGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddThingToBillingGroupRequest.BuilderAddThingToBillingGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddThingToBillingGroupRequest.BuilderAddThingToBillingGroupRequest.Builder. thingArn(String thingArn)The ARN of the thing to be added to the billing group.AddThingToBillingGroupRequest.BuilderAddThingToBillingGroupRequest.Builder. thingName(String thingName)The name of the thing to be added to the billing group.AddThingToBillingGroupRequest.BuilderAddThingToBillingGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AddThingToBillingGroupRequest.Builder Modifier and Type Method Description static Class<? extends AddThingToBillingGroupRequest.Builder>AddThingToBillingGroupRequest. serializableBuilderClass()
-