Uses of Class
com.amazonaws.services.iot.client.AWSIotQos
-
Packages that use AWSIotQos Package Description com.amazonaws.services.iot.client com.amazonaws.services.iot.client.core com.amazonaws.services.iot.client.shadow -
-
Uses of AWSIotQos in com.amazonaws.services.iot.client
Fields in com.amazonaws.services.iot.client declared as AWSIotQos Modifier and Type Field Description protected AWSIotQosAWSIotMessage. qosThe MQTT QoS level for the message.Methods in com.amazonaws.services.iot.client that return AWSIotQos Modifier and Type Method Description AWSIotQosAWSIotDevice. getDeviceReportQos()Gets the MQTT QoS level for publishing the device report.AWSIotQosAWSIotDevice. getMethodAckQos()Gets the MQTT QoS level for subscribing to acknowledgement messages of shadow methods.AWSIotQosAWSIotDevice. getMethodQos()Gets the MQTT QoS level for sending the shadow methods, namely Get, Update, and Delete.AWSIotQosAWSIotMessage. getQos()The MQTT QoS level for the message.AWSIotQosAWSIotDevice. getShadowUpdateQos()Gets the MQTT QoS level for subscribing to shadow updates.static AWSIotQosAWSIotQos. valueOf(int qos)Gets the Enum representation of the QoSstatic AWSIotQosAWSIotQos. valueOf(String name)Returns 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 AWSIotQos Modifier and Type Method Description voidAWSIotMqttClient. publish(String topic, AWSIotQos qos, byte[] payload)Publishes the raw payload to a given topic.voidAWSIotMqttClient. publish(String topic, AWSIotQos qos, byte[] payload, long timeout)Publishes the raw payload to a given topic.voidAWSIotMqttClient. publish(String topic, AWSIotQos qos, String payload)Publishes the payload to a given topic.voidAWSIotMqttClient. publish(String topic, AWSIotQos qos, String payload, long timeout)Publishes 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.voidAWSIotMessage. setQos(AWSIotQos qos)The 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 AWSIotQos Constructor Description AWSIotMessage(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 AWSIotQos Modifier and Type Method Description voidAbstractAwsIotClient. publish(String topic, AWSIotQos qos, byte[] payload)voidAbstractAwsIotClient. publish(String topic, AWSIotQos qos, byte[] payload, long timeout)voidAbstractAwsIotClient. publish(String topic, AWSIotQos qos, String payload)voidAbstractAwsIotClient. publish(String topic, AWSIotQos qos, String payload, long timeout)Constructors in com.amazonaws.services.iot.client.core with parameters of type AWSIotQos Constructor Description AwsIotCompletion(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 AWSIotQos Modifier and Type Field Description protected AWSIotQosAbstractAwsIotDevice. deviceReportQosprotected AWSIotQosAbstractAwsIotDevice. methodAckQosprotected AWSIotQosAbstractAwsIotDevice. methodQosprotected AWSIotQosAbstractAwsIotDevice. shadowUpdateQosMethods in com.amazonaws.services.iot.client.shadow that return AWSIotQos Modifier and Type Method Description AWSIotQosAbstractAwsIotDevice. getDeviceReportQos()AWSIotQosAbstractAwsIotDevice. getMethodAckQos()AWSIotQosAbstractAwsIotDevice. getMethodQos()AWSIotQosAbstractAwsIotDevice. getShadowUpdateQos()Methods in com.amazonaws.services.iot.client.shadow with parameters of type AWSIotQos Modifier and Type Method Description voidAbstractAwsIotDevice. 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 AWSIotQos Constructor Description AwsIotDeviceCommandAckListener(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)
-