Uses of Interface
software.amazon.awssdk.services.iot.model.ThingConnectivity.Builder
-
Packages that use ThingConnectivity.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingConnectivity.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingConnectivity.Builder Modifier and Type Method Description static ThingConnectivity.BuilderThingConnectivity. builder()ThingConnectivity.BuilderThingConnectivity.Builder. connected(Boolean connected)True if the thing is connected to the Amazon Web Services IoT Core service; false if it is not connected.ThingConnectivity.BuilderThingConnectivity.Builder. disconnectReason(String disconnectReason)The reason why the client is disconnected.ThingConnectivity.BuilderThingConnectivity.Builder. timestamp(Long timestamp)The epoch time (in milliseconds) when the thing last connected or disconnected.ThingConnectivity.BuilderThingConnectivity. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingConnectivity.Builder Modifier and Type Method Description static Class<? extends ThingConnectivity.Builder>ThingConnectivity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ThingConnectivity.Builder Modifier and Type Method Description default ThingDocument.BuilderThingDocument.Builder. connectivity(Consumer<ThingConnectivity.Builder> connectivity)Indicates whether the thing is connected to the Amazon Web Services IoT Core service.
-