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