| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListViolationEventsResult> |
AWSIotAsyncClient.listViolationEventsAsync(ListViolationEventsRequest request,
AsyncHandler<ListViolationEventsRequest,ListViolationEventsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListViolationEventsRequest |
ListViolationEventsRequest.clone() |
ListViolationEventsRequest |
ListViolationEventsRequest.withBehaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
|
ListViolationEventsRequest |
ListViolationEventsRequest.withBehaviorCriteriaType(String behaviorCriteriaType)
The criteria for a behavior.
|
ListViolationEventsRequest |
ListViolationEventsRequest.withEndTime(Date endTime)
The end time for the alerts to be listed.
|
ListViolationEventsRequest |
ListViolationEventsRequest.withListSuppressedAlerts(Boolean listSuppressedAlerts)
A list of all suppressed alerts.
|
ListViolationEventsRequest |
ListViolationEventsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListViolationEventsRequest |
ListViolationEventsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListViolationEventsRequest |
ListViolationEventsRequest.withSecurityProfileName(String securityProfileName)
A filter to limit results to those alerts generated by the specified security profile.
|
ListViolationEventsRequest |
ListViolationEventsRequest.withStartTime(Date startTime)
The start time for the alerts to be listed.
|
ListViolationEventsRequest |
ListViolationEventsRequest.withThingName(String thingName)
A filter to limit results to those alerts caused by the specified thing.
|
ListViolationEventsRequest |
ListViolationEventsRequest.withVerificationState(String verificationState)
The verification state of the violation (detect alarm).
|
ListViolationEventsRequest |
ListViolationEventsRequest.withVerificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
|
Copyright © 2022. All rights reserved.