Uses of Class
com.amazonaws.services.iot.model.UpdateThingRequest
Packages that use UpdateThingRequest
-
Uses of UpdateThingRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type UpdateThingRequestModifier and TypeMethodDescriptionAbstractAWSIot.updateThing
(UpdateThingRequest request) AWSIot.updateThing
(UpdateThingRequest updateThingRequest) Updates the data for a thing.AWSIotClient.updateThing
(UpdateThingRequest updateThingRequest) Updates the data for a thing.AbstractAWSIotAsync.updateThingAsync
(UpdateThingRequest request) AbstractAWSIotAsync.updateThingAsync
(UpdateThingRequest request, AsyncHandler<UpdateThingRequest, UpdateThingResult> asyncHandler) AWSIotAsync.updateThingAsync
(UpdateThingRequest updateThingRequest) Updates the data for a thing.AWSIotAsync.updateThingAsync
(UpdateThingRequest updateThingRequest, AsyncHandler<UpdateThingRequest, UpdateThingResult> asyncHandler) Updates the data for a thing.AWSIotAsyncClient.updateThingAsync
(UpdateThingRequest request) AWSIotAsyncClient.updateThingAsync
(UpdateThingRequest request, AsyncHandler<UpdateThingRequest, UpdateThingResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type UpdateThingRequestModifier and TypeMethodDescriptionAbstractAWSIotAsync.updateThingAsync
(UpdateThingRequest request, AsyncHandler<UpdateThingRequest, UpdateThingResult> asyncHandler) AWSIotAsync.updateThingAsync
(UpdateThingRequest updateThingRequest, AsyncHandler<UpdateThingRequest, UpdateThingResult> asyncHandler) Updates the data for a thing.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 UpdateThingRequestModifier and TypeMethodDescriptionUpdateThingRequest.clone()
UpdateThingRequest.withAttributePayload
(AttributePayload attributePayload) The attribute payload, a JSON string containing up to three key-value pairs (for example, {\"attributes\":{\"string1\":\"string2\"}}).UpdateThingRequest.withThingName
(String thingName) The thing name.