Uses of Class
software.amazon.awssdk.services.iotwireless.model.WirelessDeviceEventLogOption
-
Packages that use WirelessDeviceEventLogOption Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of WirelessDeviceEventLogOption in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type WirelessDeviceEventLogOption Modifier and Type Method Description List<WirelessDeviceEventLogOption>WirelessDeviceLogOption. events()Returns the value of the Events property for this object.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type WirelessDeviceEventLogOption Modifier and Type Method Description WirelessDeviceLogOption.BuilderWirelessDeviceLogOption.Builder. events(WirelessDeviceEventLogOption... events)Sets the value of the Events property for this object.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type WirelessDeviceEventLogOption Modifier and Type Method Description WirelessDeviceLogOption.BuilderWirelessDeviceLogOption.Builder. events(Collection<WirelessDeviceEventLogOption> events)Sets the value of the Events property for this object.
-