Uses of Class
software.amazon.awssdk.services.iotevents.model.DetectorModelSummary
-
Packages that use DetectorModelSummary Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of DetectorModelSummary in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type DetectorModelSummary Modifier and Type Method Description List<DetectorModelSummary>ListDetectorModelsResponse. detectorModelSummaries()Summary information about the detector models.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type DetectorModelSummary Modifier and Type Method Description ListDetectorModelsResponse.BuilderListDetectorModelsResponse.Builder. detectorModelSummaries(DetectorModelSummary... detectorModelSummaries)Summary information about the detector models.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type DetectorModelSummary Modifier and Type Method Description ListDetectorModelsResponse.BuilderListDetectorModelsResponse.Builder. detectorModelSummaries(Collection<DetectorModelSummary> detectorModelSummaries)Summary information about the detector models.
-