Package | Description |
---|---|
software.amazon.awssdk.services.iot.model | |
software.amazon.awssdk.services.iot.paginators |
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.
|
Modifier and Type | Method and Description |
---|---|
SdkIterable<ViolationEvent> |
ListViolationEventsIterable.violationEvents()
Returns an iterable to iterate through the paginated
ListViolationEventsResponse.violationEvents()
member. |
SdkPublisher<ViolationEvent> |
ListViolationEventsPublisher.violationEvents()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.