| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveViolation |
ActiveViolation.clone() |
ActiveViolation |
ActiveViolation.withBehavior(Behavior behavior)
The behavior which is being violated.
|
ActiveViolation |
ActiveViolation.withLastViolationTime(Date lastViolationTime)
The time the most recent violation occurred.
|
ActiveViolation |
ActiveViolation.withLastViolationValue(MetricValue lastViolationValue)
The value of the metric (the measurement) which caused the most recent violation.
|
ActiveViolation |
ActiveViolation.withSecurityProfileName(String securityProfileName)
The security profile whose behavior is in violation.
|
ActiveViolation |
ActiveViolation.withThingName(String thingName)
The name of the thing responsible for the active violation.
|
ActiveViolation |
ActiveViolation.withViolationId(String violationId)
The ID of the active violation.
|
ActiveViolation |
ActiveViolation.withViolationStartTime(Date violationStartTime)
The time the violation started.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActiveViolation> |
ListActiveViolationsResult.getActiveViolations()
The list of active violations.
|
| Modifier and Type | Method and Description |
|---|---|
ListActiveViolationsResult |
ListActiveViolationsResult.withActiveViolations(ActiveViolation... activeViolations)
The list of active violations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListActiveViolationsResult.setActiveViolations(Collection<ActiveViolation> activeViolations)
The list of active violations.
|
ListActiveViolationsResult |
ListActiveViolationsResult.withActiveViolations(Collection<ActiveViolation> activeViolations)
The list of active violations.
|
Copyright © 2019. All rights reserved.