| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ViolationEvent |
ViolationEvent.clone() |
ViolationEvent |
ViolationEvent.withBehavior(Behavior behavior)
The behavior which was violated.
|
ViolationEvent |
ViolationEvent.withMetricValue(MetricValue metricValue)
The value of the metric (the measurement).
|
ViolationEvent |
ViolationEvent.withSecurityProfileName(String securityProfileName)
The name of the security profile whose behavior was violated.
|
ViolationEvent |
ViolationEvent.withThingName(String thingName)
The name of the thing responsible for the violation event.
|
ViolationEvent |
ViolationEvent.withViolationEventTime(Date violationEventTime)
The time the violation event occurred.
|
ViolationEvent |
ViolationEvent.withViolationEventType(String violationEventType)
The type of violation event.
|
ViolationEvent |
ViolationEvent.withViolationEventType(ViolationEventType violationEventType)
The type of violation event.
|
ViolationEvent |
ViolationEvent.withViolationId(String violationId)
The ID of the violation event.
|
| Modifier and Type | Method and Description |
|---|---|
List<ViolationEvent> |
ListViolationEventsResult.getViolationEvents()
The security profile violation alerts issued for this account during the given time frame, potentially filtered
by security profile, behavior violated, or thing (device) violating.
|
| Modifier and Type | Method and Description |
|---|---|
ListViolationEventsResult |
ListViolationEventsResult.withViolationEvents(ViolationEvent... violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially filtered
by security profile, behavior violated, or thing (device) violating.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListViolationEventsResult.setViolationEvents(Collection<ViolationEvent> violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially filtered
by security profile, behavior violated, or thing (device) violating.
|
ListViolationEventsResult |
ListViolationEventsResult.withViolationEvents(Collection<ViolationEvent> violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially filtered
by security profile, behavior violated, or thing (device) violating.
|
Copyright © 2019. All rights reserved.