Uses of Class
com.amazonaws.services.iot.model.UpdateThingRequest
-
Packages that use UpdateThingRequest Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of UpdateThingRequest in com.amazonaws.services.iot
Method parameters in com.amazonaws.services.iot with type arguments of type UpdateThingRequest Modifier and Type Method Description Future<UpdateThingResult>
AbstractAWSIotAsync. 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>
AWSIotAsyncClient. updateThingAsync(UpdateThingRequest request, AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler)
-
Uses of UpdateThingRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return UpdateThingRequest Modifier and Type Method 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.
-