Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.DeviceEvent
-
Packages that use DeviceEvent Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of DeviceEvent in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type DeviceEvent Modifier and Type Method Description List<DeviceEvent>ListDeviceEventsResponse. deviceEvents()The device events requested for the device ARN.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type DeviceEvent Modifier and Type Method Description ListDeviceEventsResponse.BuilderListDeviceEventsResponse.Builder. deviceEvents(DeviceEvent... deviceEvents)The device events requested for the device ARN.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type DeviceEvent Modifier and Type Method Description ListDeviceEventsResponse.BuilderListDeviceEventsResponse.Builder. deviceEvents(Collection<DeviceEvent> deviceEvents)The device events requested for the device ARN.
-