| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
DetectorModelSummary |
DetectorModelSummary.clone() |
DetectorModelSummary |
DetectorModelSummary.withCreationTime(Date creationTime)
The time the detector model was created.
|
DetectorModelSummary |
DetectorModelSummary.withDetectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
|
DetectorModelSummary |
DetectorModelSummary.withDetectorModelName(String detectorModelName)
The name of the detector model.
|
| Modifier and Type | Method and Description |
|---|---|
List<DetectorModelSummary> |
ListDetectorModelsResult.getDetectorModelSummaries()
Summary information about the detector models.
|
| Modifier and Type | Method and Description |
|---|---|
ListDetectorModelsResult |
ListDetectorModelsResult.withDetectorModelSummaries(DetectorModelSummary... detectorModelSummaries)
Summary information about the detector models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDetectorModelsResult.setDetectorModelSummaries(Collection<DetectorModelSummary> detectorModelSummaries)
Summary information about the detector models.
|
ListDetectorModelsResult |
ListDetectorModelsResult.withDetectorModelSummaries(Collection<DetectorModelSummary> detectorModelSummaries)
Summary information about the detector models.
|
Copyright © 2020. All rights reserved.