Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.DetectorSummary
-
Packages that use DetectorSummary Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of DetectorSummary in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type DetectorSummary Modifier and Type Method Description List<DetectorSummary>ListDetectorsResponse. detectorSummaries()A list of summary information about the detectors (instances).Methods in software.amazon.awssdk.services.ioteventsdata.model with parameters of type DetectorSummary Modifier and Type Method Description ListDetectorsResponse.BuilderListDetectorsResponse.Builder. detectorSummaries(DetectorSummary... detectorSummaries)A list of summary information about the detectors (instances).Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type DetectorSummary Modifier and Type Method Description ListDetectorsResponse.BuilderListDetectorsResponse.Builder. detectorSummaries(Collection<DetectorSummary> detectorSummaries)A list of summary information about the detectors (instances).
-