Uses of Class
com.amazonaws.services.iot.client.AWSIotTimeoutException
Packages that use AWSIotTimeoutException
Package
Description
-
Uses of AWSIotTimeoutException in com.amazonaws.services.iot.client
Methods in com.amazonaws.services.iot.client that throw AWSIotTimeoutExceptionModifier and TypeMethodDescriptionvoidAWSIotMqttClient.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.AWSIotDevice.get(long timeout) Retrieves the latest state stored in the thing shadow.voidPublishes 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.voidAWSIotMqttClient.subscribe(AWSIotTopic topic, long timeout, boolean blocking) Subscribes to a given topic.voidAWSIotMqttClient.unsubscribe(String topic, long timeout) Unsubscribes to a given topic.voidUpdates 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 AWSIotTimeoutExceptionModifier and TypeMethodDescriptionvoidAbstractAwsIotClient.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.voidvoidvoidvoidvoidAbstractAwsIotClient.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 AWSIotTimeoutExceptionModifier and TypeMethodDescriptionprotected voidAbstractAwsIotDevice.delete(long timeout) protected StringAbstractAwsIotDevice.get(long timeout) AwsIotDeviceCommand.get(AbstractAwsIotDevice device) AwsIotDeviceCommandManager.runCommand(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout, boolean isAsync) AwsIotDeviceCommandManager.runCommandSync(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout) protected void