Uses of Enum
com.amazonaws.services.iot.client.AWSIotQos
Packages that use AWSIotQos
Package
Description
-
Uses of AWSIotQos in com.amazonaws.services.iot.client
Fields in com.amazonaws.services.iot.client declared as AWSIotQosModifier and TypeFieldDescriptionprotected AWSIotQosAWSIotMessage.qosThe MQTT QoS level for the message.Methods in com.amazonaws.services.iot.client that return AWSIotQosModifier and TypeMethodDescriptionAWSIotDevice.getDeviceReportQos()Gets the MQTT QoS level for publishing the device report.AWSIotDevice.getMethodAckQos()Gets the MQTT QoS level for subscribing to acknowledgement messages of shadow methods.AWSIotDevice.getMethodQos()Gets the MQTT QoS level for sending the shadow methods, namely Get, Update, and Delete.AWSIotMessage.getQos()The MQTT QoS level for the message.AWSIotDevice.getShadowUpdateQos()Gets the MQTT QoS level for subscribing to shadow updates.static AWSIotQosAWSIotQos.valueOf(int qos) Gets the Enum representation of the QoSstatic AWSIotQosReturns the enum constant of this type with the specified name.static AWSIotQos[]AWSIotQos.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.iot.client with parameters of type AWSIotQosModifier and TypeMethodDescriptionvoidPublishes the raw payload to a given topic.voidPublishes the raw payload to a given topic.voidPublishes the payload to a given topic.voidPublishes the payload to a given topic.voidAWSIotDevice.setDeviceReportQos(AWSIotQos deviceReportQos) Sets the MQTT QoS level for publishing the device report.voidAWSIotDevice.setMethodAckQos(AWSIotQos methodAckQos) Sets the MQTT QoS level for subscribing to acknowledgement messages of shadow methods.voidAWSIotDevice.setMethodQos(AWSIotQos methodQos) Sets the MQTT QoS level for sending shadow methods.voidThe MQTT QoS level for the message.voidAWSIotDevice.setShadowUpdateQos(AWSIotQos shadowUpdateQos) Sets the MQTT QoS level for subscribing to shadow updates.Constructors in com.amazonaws.services.iot.client with parameters of type AWSIotQosModifierConstructorDescriptionAWSIotMessage(String topic, AWSIotQos qos) Instantiates a new message object.AWSIotMessage(String topic, AWSIotQos qos, byte[] payload) Instantiates a new message object.AWSIotMessage(String topic, AWSIotQos qos, String payload) Instantiates a new message object.AWSIotTopic(String topic, AWSIotQos qos) Instantiates a new topic object. -
Uses of AWSIotQos in com.amazonaws.services.iot.client.core
Methods in com.amazonaws.services.iot.client.core with parameters of type AWSIotQosModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructors in com.amazonaws.services.iot.client.core with parameters of type AWSIotQosModifierConstructorDescriptionAwsIotCompletion(String topic, AWSIotQos qos, byte[] payload, long timeout) Instantiates a new completion object with a synchronous request.AwsIotCompletion(String topic, AWSIotQos qos, long timeout) Instantiates a new completion object with a synchronous request.AwsIotCompletion(String topic, AWSIotQos qos, String payload, long timeout) Instantiates a new completion object with a synchronous request. -
Uses of AWSIotQos in com.amazonaws.services.iot.client.shadow
Fields in com.amazonaws.services.iot.client.shadow declared as AWSIotQosModifier and TypeFieldDescriptionprotected AWSIotQosAbstractAwsIotDevice.deviceReportQosprotected AWSIotQosAbstractAwsIotDevice.methodAckQosprotected AWSIotQosAbstractAwsIotDevice.methodQosprotected AWSIotQosAbstractAwsIotDevice.shadowUpdateQosMethods in com.amazonaws.services.iot.client.shadow that return AWSIotQosModifier and TypeMethodDescriptionAbstractAwsIotDevice.getDeviceReportQos()AbstractAwsIotDevice.getMethodAckQos()AbstractAwsIotDevice.getMethodQos()AbstractAwsIotDevice.getShadowUpdateQos()Methods in com.amazonaws.services.iot.client.shadow with parameters of type AWSIotQosModifier and TypeMethodDescriptionvoidAbstractAwsIotDevice.setDeviceReportQos(AWSIotQos deviceReportQos) voidAbstractAwsIotDevice.setMethodAckQos(AWSIotQos methodAckQos) voidAbstractAwsIotDevice.setMethodQos(AWSIotQos methodQos) voidAbstractAwsIotDevice.setShadowUpdateQos(AWSIotQos shadowUpdateQos) Constructors in com.amazonaws.services.iot.client.shadow with parameters of type AWSIotQosModifierConstructorDescriptionAwsIotDeviceCommandAckListener(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)