Package | Description |
---|---|
com.amazonaws.services.iot | |
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateThingResult> |
AWSIotAsyncClient.updateThingAsync(UpdateThingRequest request,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler) |
Future<UpdateThingResult> |
AWSIotAsync.updateThingAsync(UpdateThingRequest updateThingRequest,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler)
Updates the data for a thing.
|
Future<UpdateThingResult> |
AbstractAWSIotAsync.updateThingAsync(UpdateThingRequest request,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateThingRequest |
UpdateThingRequest.clone() |
UpdateThingRequest |
UpdateThingRequest.withAttributePayload(AttributePayload attributePayload)
The attribute payload, a JSON string containing up to three key-value
pairs (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
UpdateThingRequest |
UpdateThingRequest.withThingName(String thingName)
The thing name.
|
Copyright © 2018. All rights reserved.