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 AddThingToBillingGroupResponse
IotClient. 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.Builder
AddThingToBillingGroupRequest.Builder. billingGroupArn(String billingGroupArn)
The ARN of the billing group.AddThingToBillingGroupRequest.Builder
AddThingToBillingGroupRequest.Builder. billingGroupName(String billingGroupName)
The name of the billing group.static AddThingToBillingGroupRequest.Builder
AddThingToBillingGroupRequest. builder()
AddThingToBillingGroupRequest.Builder
AddThingToBillingGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AddThingToBillingGroupRequest.Builder
AddThingToBillingGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AddThingToBillingGroupRequest.Builder
AddThingToBillingGroupRequest.Builder. thingArn(String thingArn)
The ARN of the thing to be added to the billing group.AddThingToBillingGroupRequest.Builder
AddThingToBillingGroupRequest.Builder. thingName(String thingName)
The name of the thing to be added to the billing group.AddThingToBillingGroupRequest.Builder
AddThingToBillingGroupRequest. 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()
-