| 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 |
|---|---|
UpdateThingResult |
AWSIotClient.updateThing(UpdateThingRequest updateThingRequest)
Updates the data for a thing.
|
UpdateThingResult |
AWSIot.updateThing(UpdateThingRequest updateThingRequest)
Updates the data for a thing.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateThingRequest |
UpdateThingRequest.withAttributePayload(AttributePayload attributePayload)
A list of thing attributes, a JSON string containing name-value pairs.
|
UpdateThingRequest |
UpdateThingRequest.withExpectedVersion(Long expectedVersion)
The expected version of the thing record in the registry.
|
UpdateThingRequest |
UpdateThingRequest.withRemoveThingType(Boolean removeThingType)
Remove a thing type association.
|
UpdateThingRequest |
UpdateThingRequest.withThingName(String thingName)
The name of the thing to update.
|
UpdateThingRequest |
UpdateThingRequest.withThingTypeName(String thingTypeName)
The name of the thing type.
|
Copyright © 2017. All rights reserved.