| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
CreateThingResult |
AWSIotClient.createThing(CreateThingRequest createThingRequest)
Creates a thing record in the thing registry.
|
CreateThingResult |
AWSIot.createThing(CreateThingRequest createThingRequest)
Creates a thing record in the thing registry.
|
| Modifier and Type | Method and Description |
|---|---|
CreateThingRequest |
CreateThingRequest.withAttributePayload(AttributePayload attributePayload)
The attribute payload, which consists of up to three name/value pairs in
a JSON document.
|
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 © 2017. All rights reserved.