Uses of Class
com.amazonaws.services.iot.client.shadow.AbstractAwsIotDevice
Packages that use AbstractAwsIotDevice
Package
Description
-
Uses of AbstractAwsIotDevice in com.amazonaws.services.iot.client
Subclasses of AbstractAwsIotDevice in com.amazonaws.services.iot.clientModifier and TypeClassDescriptionclassThis 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 -
Uses of AbstractAwsIotDevice in com.amazonaws.services.iot.client.shadow
Methods in com.amazonaws.services.iot.client.shadow that return AbstractAwsIotDeviceModifier and TypeMethodDescriptionprotected AbstractAwsIotDeviceAbstractAwsIotDevice.getDevice()AwsIotDeviceCommandManager.getDevice()Methods in com.amazonaws.services.iot.client.shadow with parameters of type AbstractAwsIotDeviceModifier and TypeMethodDescriptionstatic voidAwsIotJsonDeserializer.deserialize(AbstractAwsIotDevice device, String jsonState) static longAwsIotJsonDeserializer.deserializeVersion(AbstractAwsIotDevice device, String jsonState) AwsIotDeviceCommand.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 AbstractAwsIotDeviceModifierConstructorDescriptionAwsIotDeviceCommandAckListener(String topic, AWSIotQos qos, 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)