Uses of Class
com.amazonaws.services.iot.client.shadow.AbstractAwsIotDevice
-
Packages that use AbstractAwsIotDevice Package Description com.amazonaws.services.iot.client com.amazonaws.services.iot.client.core com.amazonaws.services.iot.client.shadow -
-
Uses of AbstractAwsIotDevice in com.amazonaws.services.iot.client
Subclasses of AbstractAwsIotDevice in com.amazonaws.services.iot.client Modifier and Type Class Description classAWSIotDeviceThis class encapsulates all the functionalities that one can use to interact with AWS IoT device shadows in the cloud. -
Uses of AbstractAwsIotDevice in com.amazonaws.services.iot.client.core
Methods in com.amazonaws.services.iot.client.core that return types with arguments of type AbstractAwsIotDevice Modifier and Type Method Description ConcurrentMap<String,AbstractAwsIotDevice>AbstractAwsIotClient. getDevices() -
Uses of AbstractAwsIotDevice in com.amazonaws.services.iot.client.shadow
Methods in com.amazonaws.services.iot.client.shadow that return AbstractAwsIotDevice Modifier and Type Method Description protected AbstractAwsIotDeviceAbstractAwsIotDevice. getDevice()AbstractAwsIotDeviceAwsIotDeviceCommandManager. getDevice()Methods in com.amazonaws.services.iot.client.shadow with parameters of type AbstractAwsIotDevice Modifier and Type Method Description static voidAwsIotJsonDeserializer. deserialize(AbstractAwsIotDevice device, String jsonState)static longAwsIotJsonDeserializer. deserializeVersion(AbstractAwsIotDevice device, String jsonState)StringAwsIotDeviceCommand. get(AbstractAwsIotDevice device)booleanAwsIotDeviceCommand. onReady(AbstractAwsIotDevice device)voidAwsIotDeviceCommand. put(AbstractAwsIotDevice device)voidAwsIotJsonSerializer. serialize(AbstractAwsIotDevice device, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider)Constructors in com.amazonaws.services.iot.client.shadow with parameters of type AbstractAwsIotDevice Constructor Description AwsIotDeviceCommandAckListener(String topic, AWSIotQos qos, AbstractAwsIotDevice device)AwsIotDeviceCommandManager(AbstractAwsIotDevice device)AwsIotDeviceDeltaListener(String topic, AWSIotQos qos, AbstractAwsIotDevice device)AwsIotDeviceReportMessage(String topic, AWSIotQos qos, long reportVersion, String jsonState, AbstractAwsIotDevice device)AwsIotDeviceSyncMessage(String topic, AWSIotQos qos, AbstractAwsIotDevice device)
-