| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
List<ViolationEvent> |
ListViolationEventsResponse.violationEvents()
The security profile violation alerts issued for this account during the given time period, potentially filtered
by security profile, behavior violated, or thing (device) violating.
|
| Modifier and Type | Method and Description |
|---|---|
ListViolationEventsResponse.Builder |
ListViolationEventsResponse.Builder.violationEvents(ViolationEvent... violationEvents)
The security profile violation alerts issued for this account during the given time period, potentially
filtered by security profile, behavior violated, or thing (device) violating.
|
| Modifier and Type | Method and Description |
|---|---|
ListViolationEventsResponse.Builder |
ListViolationEventsResponse.Builder.violationEvents(Collection<ViolationEvent> violationEvents)
The security profile violation alerts issued for this account during the given time period, potentially
filtered by security profile, behavior violated, or thing (device) violating.
|
Copyright © 2019. All rights reserved.