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