Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
ThingConnectivity |
ThingConnectivity.clone() |
ThingConnectivity |
ThingDocument.getConnectivity()
Indicates whether the thing is connected to the AWS IoT service.
|
ThingConnectivity |
ThingConnectivity.withConnected(Boolean connected)
True if the thing is connected to the AWS IoT service; false if it is not connected.
|
ThingConnectivity |
ThingConnectivity.withTimestamp(Long timestamp)
The epoch time (in milliseconds) when the thing last connected or disconnected.
|
Modifier and Type | Method and Description |
---|---|
void |
ThingDocument.setConnectivity(ThingConnectivity connectivity)
Indicates whether the thing is connected to the AWS IoT service.
|
ThingDocument |
ThingDocument.withConnectivity(ThingConnectivity connectivity)
Indicates whether the thing is connected to the AWS IoT service.
|
Copyright © 2019. All rights reserved.