| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListViolationEventsResult |
AbstractAWSIot.listViolationEvents(ListViolationEventsRequest request) |
ListViolationEventsResult |
AWSIot.listViolationEvents(ListViolationEventsRequest listViolationEventsRequest)
Lists the Device Defender security profile violations discovered during the given time period.
|
ListViolationEventsResult |
AWSIotClient.listViolationEvents(ListViolationEventsRequest request)
Lists the Device Defender security profile violations discovered during the given time period.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListViolationEventsResult> |
AbstractAWSIotAsync.listViolationEventsAsync(ListViolationEventsRequest request,
AsyncHandler<ListViolationEventsRequest,ListViolationEventsResult> asyncHandler) |
Future<ListViolationEventsResult> |
AWSIotAsync.listViolationEventsAsync(ListViolationEventsRequest listViolationEventsRequest,
AsyncHandler<ListViolationEventsRequest,ListViolationEventsResult> asyncHandler)
Lists the Device Defender security profile violations discovered during the given time period.
|
Future<ListViolationEventsResult> |
AWSIotAsyncClient.listViolationEventsAsync(ListViolationEventsRequest request,
AsyncHandler<ListViolationEventsRequest,ListViolationEventsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListViolationEventsResult |
ListViolationEventsResult.clone() |
ListViolationEventsResult |
ListViolationEventsResult.withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListViolationEventsResult |
ListViolationEventsResult.withViolationEvents(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.
|
ListViolationEventsResult |
ListViolationEventsResult.withViolationEvents(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 © 2023. All rights reserved.