Uses of Class
com.amazonaws.services.iot.client.AWSIotTimeoutException
-
Packages that use AWSIotTimeoutException Package Description com.amazonaws.services.iot.client com.amazonaws.services.iot.client.core com.amazonaws.services.iot.client.shadow -
-
Uses of AWSIotTimeoutException in com.amazonaws.services.iot.client
Methods in com.amazonaws.services.iot.client that throw AWSIotTimeoutException Modifier and Type Method Description voidAWSIotMqttClient. connect(long timeout)Connect the client to the server.voidAWSIotMqttClient. connect(long timeout, boolean blocking)Connect the client to the server.voidAWSIotDevice. delete(long timeout)Deletes the content of a thing shadow.voidAWSIotMqttClient. disconnect(long timeout)Disconnect the client from the server.voidAWSIotMqttClient. disconnect(long timeout, boolean blocking)Disconnect the client from the server.StringAWSIotDevice. get(long timeout)Retrieves the latest state stored in the thing shadow.voidAWSIotMqttClient. publish(String topic, byte[] payload, long timeout)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, long timeout)Publishes the payload to a given topic.voidAWSIotMqttClient. publish(String topic, String payload, long timeout)Publishes the payload to a given topic.voidAWSIotMqttClient. subscribe(AWSIotTopic topic, long timeout, boolean blocking)Subscribes to a given topic.voidAWSIotMqttClient. unsubscribe(String topic, long timeout)Unsubscribes to a given topic.voidAWSIotDevice. update(String jsonState, long timeout)Updates the content of a thing shadow with the data provided in the request. -
Uses of AWSIotTimeoutException in com.amazonaws.services.iot.client.core
Methods in com.amazonaws.services.iot.client.core that throw AWSIotTimeoutException Modifier and Type Method Description voidAbstractAwsIotClient. connect(long timeout)voidAbstractAwsIotClient. connect(long timeout, boolean blocking)voidAbstractAwsIotClient. disconnect(long timeout)voidAbstractAwsIotClient. disconnect(long timeout, boolean blocking)voidAwsIotCompletion. get(AbstractAwsIotClient client)The user of the completion object is expected to call this function to either block until the request is completed or timed out in the case of synchronous calls, or to schedule a timeout handler in the case of asynchronous calls.voidAbstractAwsIotClient. publish(String topic, byte[] payload, long timeout)voidAbstractAwsIotClient. publish(String topic, AWSIotQos qos, byte[] payload, long timeout)voidAbstractAwsIotClient. publish(String topic, AWSIotQos qos, String payload, long timeout)voidAbstractAwsIotClient. publish(String topic, String payload, long timeout)voidAbstractAwsIotClient. subscribe(AWSIotTopic topic, long timeout, boolean blocking)voidAbstractAwsIotClient. unsubscribe(String topic, long timeout) -
Uses of AWSIotTimeoutException in com.amazonaws.services.iot.client.shadow
Methods in com.amazonaws.services.iot.client.shadow that throw AWSIotTimeoutException Modifier and Type Method Description protected voidAbstractAwsIotDevice. delete(long timeout)protected StringAbstractAwsIotDevice. get(long timeout)StringAwsIotDeviceCommand. get(AbstractAwsIotDevice device)StringAwsIotDeviceCommandManager. runCommand(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout, boolean isAsync)StringAwsIotDeviceCommandManager. runCommandSync(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout)protected voidAbstractAwsIotDevice. update(String jsonState, long timeout)
-