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