| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static ThingConnectivity.Builder |
ThingConnectivity.builder() |
ThingConnectivity.Builder |
ThingConnectivity.Builder.connected(Boolean connected)
True if the thing is connected to the AWS IoT service; false if it is not connected.
|
ThingConnectivity.Builder |
ThingConnectivity.Builder.timestamp(Long timestamp)
The epoch time (in milliseconds) when the thing last connected or disconnected.
|
ThingConnectivity.Builder |
ThingConnectivity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThingConnectivity.Builder> |
ThingConnectivity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ThingDocument.Builder |
ThingDocument.Builder.connectivity(Consumer<ThingConnectivity.Builder> connectivity)
Indicates whether the thing is connected to the AWS IoT service.
|
Copyright © 2021. All rights reserved.