Uses of Class
com.amazonaws.services.iot.client.AWSIotException
Packages that use AWSIotException
Package
Description
-
Uses of AWSIotException in com.amazonaws.services.iot.client
Methods in com.amazonaws.services.iot.client that throw AWSIotExceptionModifier and TypeMethodDescriptionvoidAWSIotMqttClient.attach(AWSIotDevice device) Attach a shadow device to the client.voidAWSIotMqttClient.connect()Connect the client to the server.voidAWSIotMqttClient.connect(long timeout) Connect the client to the server.voidAWSIotMqttClient.connect(long timeout, boolean blocking) Connect the client to the server.voidAWSIotDevice.delete()Deletes the content of a thing shadow.voidAWSIotDevice.delete(long timeout) Deletes the content of a thing shadow.voidAWSIotDevice.delete(AWSIotMessage message, long timeout) Deletes the content of a thing shadow.voidAWSIotMqttClient.detach(AWSIotDevice device) Detach the given device from the client.voidAWSIotMqttClient.disconnect()Disconnect the client from the server.voidAWSIotMqttClient.disconnect(long timeout) Disconnect the client from the server.voidAWSIotMqttClient.disconnect(long timeout, boolean blocking) Disconnect the client from the server.AWSIotDevice.get()Retrieves the latest state stored in the thing shadow.AWSIotDevice.get(long timeout) Retrieves the latest state stored in the thing shadow.voidAWSIotDevice.get(AWSIotMessage message, long timeout) Retrieves the latest state stored in the thing shadow.voidAWSIotMqttClient.publish(AWSIotMessage message) Publishes the payload to a given topic.voidAWSIotMqttClient.publish(AWSIotMessage message, long timeout) Publishes the payload to a given topic.voidPublishes the raw payload to a given topic.voidPublishes the raw payload to a given topic.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.voidPublishes the payload to a given topic.voidPublishes the payload to a given topic.voidAWSIotMqttClient.subscribe(AWSIotTopic topic) Subscribes to a given topic.voidAWSIotMqttClient.subscribe(AWSIotTopic topic, boolean blocking) Subscribes to a given topic.voidAWSIotMqttClient.subscribe(AWSIotTopic topic, long timeout) Subscribes to a given topic.voidAWSIotMqttClient.subscribe(AWSIotTopic topic, long timeout, boolean blocking) Subscribes to a given topic.voidAWSIotMqttClient.unsubscribe(AWSIotTopic topic) Unsubscribes to a given topic.voidAWSIotMqttClient.unsubscribe(AWSIotTopic topic, long timeout) Unsubscribes to a given topic.voidAWSIotMqttClient.unsubscribe(String topic) Unsubscribes to a given topic.voidAWSIotMqttClient.unsubscribe(String topic, long timeout) Unsubscribes to a given topic.voidAWSIotDevice.update(AWSIotMessage message, long timeout) Updates the content of a thing shadow with the data provided in the request.voidUpdates the content of a thing shadow with the data provided in the request.voidUpdates the content of a thing shadow with the data provided in the request. -
Uses of AWSIotException in com.amazonaws.services.iot.client.core
Methods in com.amazonaws.services.iot.client.core that throw AWSIotExceptionModifier and TypeMethodDescriptionvoidAbstractAwsIotClient.attach(AWSIotDevice device) protected abstract voidAwsIotConnection.closeConnection(AwsIotMessageCallback callback) Abstract method which is called to terminate an underneath connection.voidAbstractAwsIotClient.connect()voidAbstractAwsIotClient.connect(long timeout) voidAbstractAwsIotClient.connect(long timeout, boolean blocking) voidAwsIotConnection.connect(AwsIotMessageCallback callback) The actual connect method exposed by this class.voidAbstractAwsIotClient.detach(AWSIotDevice device) voidAbstractAwsIotClient.disconnect()voidAbstractAwsIotClient.disconnect(long timeout) voidAbstractAwsIotClient.disconnect(long timeout, boolean blocking) voidAwsIotConnection.disconnect(AwsIotMessageCallback callback) The actual disconnect method exposed by this class.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.protected abstract voidAwsIotConnection.openConnection(AwsIotMessageCallback callback) Abstract method which is called to establish an underneath connection.voidAbstractAwsIotClient.publish(AWSIotMessage message) voidAbstractAwsIotClient.publish(AWSIotMessage message, long timeout) voidvoidvoidvoidvoidvoidvoidvoidvoidAwsIotConnection.publish(AWSIotMessage message) The actual publish method exposed by this class.protected abstract voidAwsIotConnection.publishMessage(AWSIotMessage message) Abstract method which is called to publish a message.voidAbstractAwsIotClient.subscribe(AWSIotTopic topic) voidAbstractAwsIotClient.subscribe(AWSIotTopic topic, boolean blocking) voidAbstractAwsIotClient.subscribe(AWSIotTopic topic, long timeout) voidAbstractAwsIotClient.subscribe(AWSIotTopic topic, long timeout, boolean blocking) voidAwsIotConnection.subscribe(AWSIotMessage message) The actual subscribe method exposed by this class.protected abstract voidAwsIotConnection.subscribeTopic(AWSIotMessage message) Abstract method which is called to subscribe to a topic.voidAbstractAwsIotClient.unsubscribe(AWSIotTopic topic) voidAbstractAwsIotClient.unsubscribe(AWSIotTopic topic, long timeout) voidAbstractAwsIotClient.unsubscribe(String topic) voidAbstractAwsIotClient.unsubscribe(String topic, long timeout) voidAwsIotConnection.unsubscribe(AWSIotMessage message) The actual unsubscribe method exposed by this class.protected abstract voidAwsIotConnection.unsubscribeTopic(AWSIotMessage message) Abstract method which is called to unsubscribe to a topic.Constructors in com.amazonaws.services.iot.client.core that throw AWSIotExceptionModifierConstructorDescriptionAwsIotTlsConnection(AbstractAwsIotClient client, KeyStore keyStore, String keyPassword) AwsIotTlsConnection(AbstractAwsIotClient client, SSLSocketFactory socketFactory) AwsIotWebsocketConnection(AbstractAwsIotClient client, CredentialsProvider provider, String region) AwsIotWebsocketConnection(AbstractAwsIotClient client, String awsAccessKeyId, String awsSecretAccessKey) AwsIotWebsocketConnection(AbstractAwsIotClient client, String awsAccessKeyId, String awsSecretAccessKey, String sessionToken) AwsIotWebsocketConnection(AbstractAwsIotClient client, String awsAccessKeyId, String awsSecretAccessKey, String sessionToken, String region) -
Uses of AWSIotException in com.amazonaws.services.iot.client.mqtt
Methods in com.amazonaws.services.iot.client.mqtt that throw AWSIotExceptionModifier and TypeMethodDescriptionvoidAwsIotMqttConnection.closeConnection(AwsIotMessageCallback callback) voidAwsIotMqttConnection.openConnection(AwsIotMessageCallback callback) voidAwsIotMqttConnection.publishMessage(AWSIotMessage message) voidAwsIotMqttConnection.subscribeTopic(AWSIotMessage message) voidAwsIotMqttConnection.unsubscribeTopic(AWSIotMessage message) Constructors in com.amazonaws.services.iot.client.mqtt that throw AWSIotExceptionModifierConstructorDescriptionAwsIotMqttConnection(AbstractAwsIotClient client, SocketFactory socketFactory, String serverUri) -
Uses of AWSIotException in com.amazonaws.services.iot.client.shadow
Methods in com.amazonaws.services.iot.client.shadow that throw AWSIotExceptionModifier and TypeMethodDescriptionvoidAbstractAwsIotDevice.activate()voidAbstractAwsIotDevice.deactivate()protected voidAbstractAwsIotDevice.delete()protected voidAbstractAwsIotDevice.delete(long timeout) protected voidAbstractAwsIotDevice.delete(AWSIotMessage message, long timeout) protected StringAbstractAwsIotDevice.get()protected StringAbstractAwsIotDevice.get(long timeout) protected voidAbstractAwsIotDevice.get(AWSIotMessage message, long timeout) AwsIotDeviceCommand.get(AbstractAwsIotDevice device) voidAwsIotDeviceCommand.put(AbstractAwsIotDevice device) AwsIotDeviceCommandManager.runCommand(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout) AwsIotDeviceCommandManager.runCommand(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout, boolean isAsync) AwsIotDeviceCommandManager.runCommandSync(AwsIotDeviceCommandManager.Command command, AWSIotMessage request) AwsIotDeviceCommandManager.runCommandSync(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout) protected voidAbstractAwsIotDevice.update(AWSIotMessage message, long timeout) protected voidprotected void -
Uses of AWSIotException in com.amazonaws.services.iot.client.util
Methods in com.amazonaws.services.iot.client.util that throw AWSIotExceptionModifier and TypeMethodDescriptionAwsIotWebSocketUrlSigner.getSignedUrl(Date signingDate) Given the signing date return a signed connection URL to be used when connecting via WebSocket to AWS IoT.Constructors in com.amazonaws.services.iot.client.util that throw AWSIotException