Uses of Class
com.amazonaws.services.iot.client.AWSIotException
-
-
Uses of AWSIotException in com.amazonaws.services.iot.client
Methods in com.amazonaws.services.iot.client that throw AWSIotException Modifier and Type Method Description voidAWSIotMqttClient. 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.StringAWSIotDevice. get()Retrieves the latest state stored in the thing shadow.StringAWSIotDevice. 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.voidAWSIotMqttClient. publish(String topic, byte[] payload)Publishes the raw payload to a given topic.voidAWSIotMqttClient. publish(String topic, byte[] payload, long timeout)Publishes the raw payload to a given topic.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.voidAWSIotMqttClient. publish(String topic, String payload)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)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.voidAWSIotDevice. update(String jsonState)Updates the content of a thing shadow with the data provided in the request.voidAWSIotDevice. update(String jsonState, long timeout)Updates 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 AWSIotException Modifier and Type Method Description voidAbstractAwsIotClient. 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)voidAbstractAwsIotClient. publish(String topic, byte[] payload)voidAbstractAwsIotClient. publish(String topic, byte[] payload, long timeout)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)voidAbstractAwsIotClient. publish(String topic, String payload)voidAbstractAwsIotClient. publish(String topic, String payload, long timeout)voidAwsIotConnection. 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 AWSIotException Constructor Description AwsIotTlsConnection(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 AWSIotException Modifier and Type Method Description voidAwsIotMqttConnection. 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 AWSIotException Constructor Description AwsIotMqttConnection(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 AWSIotException Modifier and Type Method Description voidAbstractAwsIotDevice. 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)StringAwsIotDeviceCommand. get(AbstractAwsIotDevice device)voidAwsIotDeviceCommand. put(AbstractAwsIotDevice device)StringAwsIotDeviceCommandManager. runCommand(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout)StringAwsIotDeviceCommandManager. runCommand(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout, boolean isAsync)StringAwsIotDeviceCommandManager. runCommandSync(AwsIotDeviceCommandManager.Command command, AWSIotMessage request)StringAwsIotDeviceCommandManager. runCommandSync(AwsIotDeviceCommandManager.Command command, AWSIotMessage request, long commandTimeout)protected voidAbstractAwsIotDevice. update(AWSIotMessage message, long timeout)protected voidAbstractAwsIotDevice. update(String jsonState)protected voidAbstractAwsIotDevice. update(String jsonState, long timeout) -
Uses of AWSIotException in com.amazonaws.services.iot.client.util
Methods in com.amazonaws.services.iot.client.util that throw AWSIotException Modifier and Type Method Description StringAwsIotWebSocketUrlSigner. 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 Constructor Description AwsIotTlsSocketFactory(KeyStore keyStore, String keyPassword)
-