Uses of Class
com.amazonaws.services.iot.model.UpdateThingResult
Packages that use UpdateThingResult
-
Uses of UpdateThingResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return UpdateThingResultModifier 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.Methods in com.amazonaws.services.iot that return types with arguments of type UpdateThingResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.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 UpdateThingResultModifier 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 UpdateThingResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return UpdateThingResult