Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.DeviceEvent
-
Packages that use DeviceEvent Package Description software.amazon.awssdk.services.iot1clickdevices.model -
-
Uses of DeviceEvent in software.amazon.awssdk.services.iot1clickdevices.model
Methods in software.amazon.awssdk.services.iot1clickdevices.model that return types with arguments of type DeviceEvent Modifier and Type Method Description List<DeviceEvent>ListDeviceEventsResponse. events()An array of zero or more elements describing the event(s) associated with the device.Methods in software.amazon.awssdk.services.iot1clickdevices.model with parameters of type DeviceEvent Modifier and Type Method Description ListDeviceEventsResponse.BuilderListDeviceEventsResponse.Builder. events(DeviceEvent... events)An array of zero or more elements describing the event(s) associated with the device.Method parameters in software.amazon.awssdk.services.iot1clickdevices.model with type arguments of type DeviceEvent Modifier and Type Method Description ListDeviceEventsResponse.BuilderListDeviceEventsResponse.Builder. events(Collection<DeviceEvent> events)An array of zero or more elements describing the event(s) associated with the device.
-