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 in the Thing 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 3 name/value pairs in a
JSON document (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
CreateThingRequest |
CreateThingRequest.withThingName(String thingName)
The name of the thing.
|
Copyright © 2018. All rights reserved.