Uses of Class
software.amazon.awssdk.services.iotevents.model.DetectorDebugOption
-
Packages that use DetectorDebugOption Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of DetectorDebugOption in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type DetectorDebugOption Modifier and Type Method Description List<DetectorDebugOption>LoggingOptions. detectorDebugOptions()Information that identifies those detector models and their detectors (instances) for which the logging level is given.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type DetectorDebugOption Modifier and Type Method Description LoggingOptions.BuilderLoggingOptions.Builder. detectorDebugOptions(DetectorDebugOption... detectorDebugOptions)Information that identifies those detector models and their detectors (instances) for which the logging level is given.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type DetectorDebugOption Modifier and Type Method Description LoggingOptions.BuilderLoggingOptions.Builder. detectorDebugOptions(Collection<DetectorDebugOption> detectorDebugOptions)Information that identifies those detector models and their detectors (instances) for which the logging level is given.
-