Uses of Class
com.amazonaws.services.iot.model.UpdateThingResult
-
Packages that use UpdateThingResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of UpdateThingResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return UpdateThingResult Modifier and Type Method Description UpdateThingResult
AbstractAWSIot. updateThing(UpdateThingRequest request)
UpdateThingResult
AWSIot. updateThing(UpdateThingRequest updateThingRequest)
Updates the data for a thing.UpdateThingResult
AWSIotClient. updateThing(UpdateThingRequest updateThingRequest)
Updates the data for a thing.Methods in com.amazonaws.services.iot that return types with arguments of type UpdateThingResult Modifier and Type Method Description Future<UpdateThingResult>
AbstractAWSIotAsync. updateThingAsync(UpdateThingRequest request)
Future<UpdateThingResult>
AbstractAWSIotAsync. updateThingAsync(UpdateThingRequest request, AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler)
Future<UpdateThingResult>
AWSIotAsync. updateThingAsync(UpdateThingRequest updateThingRequest)
Updates the data for a thing.Future<UpdateThingResult>
AWSIotAsync. updateThingAsync(UpdateThingRequest updateThingRequest, AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler)
Updates the data for a thing.Future<UpdateThingResult>
AWSIotAsyncClient. updateThingAsync(UpdateThingRequest request)
Future<UpdateThingResult>
AWSIotAsyncClient. updateThingAsync(UpdateThingRequest request, AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler)
Method parameters in com.amazonaws.services.iot with type arguments of type UpdateThingResult 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 UpdateThingResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return UpdateThingResult Modifier and Type Method Description UpdateThingResult
UpdateThingResult. clone()
-