Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateThingResult> |
AWSIotAsyncClient.createThingAsync(CreateThingRequest request,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler) |
Future<CreateThingResult> |
AWSIotAsync.createThingAsync(CreateThingRequest createThingRequest,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler)
Creates a thing record in the registry.
|
Future<CreateThingResult> |
AbstractAWSIotAsync.createThingAsync(CreateThingRequest request,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateThingRequest |
CreateThingRequest.clone() |
CreateThingRequest |
CreateThingRequest.withAttributePayload(AttributePayload attributePayload)
The attribute payload, which consists of up to three name/value pairs in a JSON document.
|
CreateThingRequest |
CreateThingRequest.withBillingGroupName(String billingGroupName)
The name of the billing group the thing will be added to.
|
CreateThingRequest |
CreateThingRequest.withThingName(String thingName)
The name of the thing to create.
|
CreateThingRequest |
CreateThingRequest.withThingTypeName(String thingTypeName)
The name of the thing type associated with the new thing.
|
Copyright © 2023. All rights reserved.