| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveViolation |
ActiveViolation.clone() |
ActiveViolation |
ActiveViolation.withBehavior(Behavior behavior)
The behavior that 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) that caused the most recent violation.
|
ActiveViolation |
ActiveViolation.withSecurityProfileName(String securityProfileName)
The security profile with the behavior is in violation.
|
ActiveViolation |
ActiveViolation.withThingName(String thingName)
The name of the thing responsible for the active violation.
|
ActiveViolation |
ActiveViolation.withVerificationState(String verificationState)
The verification state of the violation (detect alarm).
|
ActiveViolation |
ActiveViolation.withVerificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
|
ActiveViolation |
ActiveViolation.withVerificationStateDescription(String verificationStateDescription)
The description of the verification state of the violation.
|
ActiveViolation |
ActiveViolation.withViolationEventAdditionalInfo(ViolationEventAdditionalInfo violationEventAdditionalInfo)
The details of a violation event.
|
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 © 2025. All rights reserved.