associateEntityToThing
inline suspend fun IotThingsGraphClient.associateEntityToThing(crossinline block: AssociateEntityToThingRequest.Builder.() -> Unit): AssociateEntityToThingResponse
Deprecated
since: 2022-08-30
Associates a device with a concrete thing that is in the user's registry.
A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.