| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
DetectorModelVersionSummary |
DetectorModelVersionSummary.clone() |
DetectorModelVersionSummary |
DetectorModelVersionSummary.withCreationTime(Date creationTime)
The time the detector model version was created.
|
DetectorModelVersionSummary |
DetectorModelVersionSummary.withDetectorModelArn(String detectorModelArn)
The ARN of the detector model version.
|
DetectorModelVersionSummary |
DetectorModelVersionSummary.withDetectorModelName(String detectorModelName)
The name of the detector model.
|
DetectorModelVersionSummary |
DetectorModelVersionSummary.withDetectorModelVersion(String detectorModelVersion)
The ID of the detector model version.
|
DetectorModelVersionSummary |
DetectorModelVersionSummary.withEvaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
DetectorModelVersionSummary |
DetectorModelVersionSummary.withEvaluationMethod(String evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
DetectorModelVersionSummary |
DetectorModelVersionSummary.withLastUpdateTime(Date lastUpdateTime)
The last time the detector model version was updated.
|
DetectorModelVersionSummary |
DetectorModelVersionSummary.withRoleArn(String roleArn)
The ARN of the role that grants the detector model permission to perform its tasks.
|
DetectorModelVersionSummary |
DetectorModelVersionSummary.withStatus(DetectorModelVersionStatus status)
The status of the detector model version.
|
DetectorModelVersionSummary |
DetectorModelVersionSummary.withStatus(String status)
The status of the detector model version.
|
| Modifier and Type | Method and Description |
|---|---|
List<DetectorModelVersionSummary> |
ListDetectorModelVersionsResult.getDetectorModelVersionSummaries()
Summary information about the detector model versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListDetectorModelVersionsResult |
ListDetectorModelVersionsResult.withDetectorModelVersionSummaries(DetectorModelVersionSummary... detectorModelVersionSummaries)
Summary information about the detector model versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDetectorModelVersionsResult.setDetectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)
Summary information about the detector model versions.
|
ListDetectorModelVersionsResult |
ListDetectorModelVersionsResult.withDetectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)
Summary information about the detector model versions.
|
Copyright © 2021. All rights reserved.