- unsubscribe(String) - Method in class ej.aws.iot.AwsIotClient
-
Unsubscribe from a topic.
- unsubscribeFromShadow(ShadowAction, ShadowResult) - Method in class ej.aws.iot.AwsIotClient
-
Unsubscribe from a shadow action.
- unsubscribeFromShadow(String, ShadowAction, ShadowResult) - Method in class ej.aws.iot.AwsIotClient
-
Unsubscribe from a shadow action.
- updateShadow(byte[]) - Method in class ej.aws.iot.AwsIotClient
-
Creates a no-named shadow if it doesn't exist, or updates the contents of an existing shadow with the state
information provided in the message body.
- updateShadow(byte[], int) - Method in class ej.aws.iot.AwsIotClient
-
Creates a no-named shadow if it doesn't exist, or updates the contents of an existing shadow with the state
information provided in the message body.
- updateShadow(String, byte[]) - Method in class ej.aws.iot.AwsIotClient
-
Creates a shadow if it doesn't exist, or updates the contents of an existing shadow with the state information
provided in the message body.
- updateShadow(String, byte[], int) - Method in class ej.aws.iot.AwsIotClient
-
updateShadow : Creates a shadow if it doesn't exist, or updates the contents of an existing shadow with the state
information provided in the message body.
- username(String) - Method in class ej.aws.iot.AwsIotClientOptions.Builder
-