| 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 Amazon Web Services IoT Core service.
|
ThingConnectivity |
ThingConnectivity.withConnected(Boolean connected)
True if the thing is connected to the Amazon Web Services IoT Core service; false if it is not connected.
|
ThingConnectivity |
ThingConnectivity.withDisconnectReason(String disconnectReason)
The reason why the client is disconnected.
|
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 Amazon Web Services IoT Core service.
|
ThingDocument |
ThingDocument.withConnectivity(ThingConnectivity connectivity)
Indicates whether the thing is connected to the Amazon Web Services IoT Core service.
|
Copyright © 2025. All rights reserved.