Uses of Class
com.amazonaws.services.iot.client.AWSIotDevice
-
Packages that use AWSIotDevice Package Description com.amazonaws.services.iot.client com.amazonaws.services.iot.client.core -
-
Uses of AWSIotDevice in com.amazonaws.services.iot.client
Methods in com.amazonaws.services.iot.client with parameters of type AWSIotDevice Modifier and Type Method Description voidAWSIotMqttClient. attach(AWSIotDevice device)Attach a shadow device to the client.voidAWSIotMqttClient. detach(AWSIotDevice device)Detach the given device from the client. -
Uses of AWSIotDevice in com.amazonaws.services.iot.client.core
Methods in com.amazonaws.services.iot.client.core with parameters of type AWSIotDevice Modifier and Type Method Description voidAbstractAwsIotClient. attach(AWSIotDevice device)voidAbstractAwsIotClient. detach(AWSIotDevice device)
-