| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateThingResult> |
AWSIotAsync.updateThingAsync(UpdateThingRequest updateThingRequest,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler)
Updates the data for a thing.
|
Future<UpdateThingResult> |
AWSIotAsyncClient.updateThingAsync(UpdateThingRequest request,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler) |
Future<UpdateThingResult> |
AbstractAWSIotAsync.updateThingAsync(UpdateThingRequest request,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateThingRequest |
UpdateThingRequest.clone() |
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 © 2016. All rights reserved.