Uses of Class
software.amazon.awssdk.services.iot.model.ViolationEvent
-
Packages that use ViolationEvent Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of ViolationEvent in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ViolationEvent Modifier and Type Method 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.Methods in software.amazon.awssdk.services.iot.model with parameters of type ViolationEvent Modifier and Type Method Description ListViolationEventsResponse.BuilderListViolationEventsResponse.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.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ViolationEvent Modifier and Type Method Description ListViolationEventsResponse.BuilderListViolationEventsResponse.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. -
Uses of ViolationEvent in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ViolationEvent Modifier and Type Method Description SdkIterable<ViolationEvent>ListViolationEventsIterable. violationEvents()Returns an iterable to iterate through the paginatedListViolationEventsResponse.violationEvents()member.SdkPublisher<ViolationEvent>ListViolationEventsPublisher. violationEvents()Returns a publisher that can be used to get a stream of data.
-