| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AddThingToBillingGroupResult> |
AbstractAWSIotAsync.addThingToBillingGroupAsync(AddThingToBillingGroupRequest request,
AsyncHandler<AddThingToBillingGroupRequest,AddThingToBillingGroupResult> asyncHandler) |
Future<AddThingToBillingGroupResult> |
AWSIotAsync.addThingToBillingGroupAsync(AddThingToBillingGroupRequest addThingToBillingGroupRequest,
AsyncHandler<AddThingToBillingGroupRequest,AddThingToBillingGroupResult> asyncHandler)
Adds a thing to a billing group.
|
Future<AddThingToBillingGroupResult> |
AWSIotAsyncClient.addThingToBillingGroupAsync(AddThingToBillingGroupRequest request,
AsyncHandler<AddThingToBillingGroupRequest,AddThingToBillingGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AddThingToBillingGroupRequest |
AddThingToBillingGroupRequest.clone() |
AddThingToBillingGroupRequest |
AddThingToBillingGroupRequest.withBillingGroupArn(String billingGroupArn)
The ARN of the billing group.
|
AddThingToBillingGroupRequest |
AddThingToBillingGroupRequest.withBillingGroupName(String billingGroupName)
The name of the billing group.
|
AddThingToBillingGroupRequest |
AddThingToBillingGroupRequest.withThingArn(String thingArn)
The ARN of the thing to be added to the billing group.
|
AddThingToBillingGroupRequest |
AddThingToBillingGroupRequest.withThingName(String thingName)
The name of the thing to be added to the billing group.
|
Copyright © 2023. All rights reserved.