Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.DeviceEvent.Builder
-
Packages that use DeviceEvent.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of DeviceEvent.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return DeviceEvent.Builder Modifier and Type Method Description static DeviceEvent.BuilderDeviceEvent. builder()DeviceEvent.BuilderDeviceEvent.Builder. timestamp(Instant timestamp)The time (in epoch) when the event occurred.DeviceEvent.BuilderDeviceEvent. toBuilder()DeviceEvent.BuilderDeviceEvent.Builder. type(String type)The type of device event.DeviceEvent.BuilderDeviceEvent.Builder. type(DeviceEventType type)The type of device event.DeviceEvent.BuilderDeviceEvent.Builder. value(String value)The value of the event.Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type DeviceEvent.Builder Modifier and Type Method Description static Class<? extends DeviceEvent.Builder>DeviceEvent. serializableBuilderClass()
-