Package | Description |
---|---|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
static ListViolationEventsResponse.Builder |
ListViolationEventsResponse.builder() |
ListViolationEventsResponse.Builder |
ListViolationEventsResponse.Builder.nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListViolationEventsResponse.Builder |
ListViolationEventsResponse.toBuilder() |
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.
|
ListViolationEventsResponse.Builder |
ListViolationEventsResponse.Builder.violationEvents(Consumer<ViolationEvent.Builder>... 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.
|
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 |
---|---|
static Class<? extends ListViolationEventsResponse.Builder> |
ListViolationEventsResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.