Uses of Class
software.amazon.awssdk.services.iot.model.ActiveViolation
-
Packages that use ActiveViolation Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of ActiveViolation in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ActiveViolation Modifier and Type Method Description List<ActiveViolation>ListActiveViolationsResponse. activeViolations()The list of active violations.Methods in software.amazon.awssdk.services.iot.model with parameters of type ActiveViolation Modifier and Type Method Description ListActiveViolationsResponse.BuilderListActiveViolationsResponse.Builder. activeViolations(ActiveViolation... activeViolations)The list of active violations.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ActiveViolation Modifier and Type Method Description ListActiveViolationsResponse.BuilderListActiveViolationsResponse.Builder. activeViolations(Collection<ActiveViolation> activeViolations)The list of active violations. -
Uses of ActiveViolation in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ActiveViolation Modifier and Type Method Description SdkIterable<ActiveViolation>ListActiveViolationsIterable. activeViolations()Returns an iterable to iterate through the paginatedListActiveViolationsResponse.activeViolations()member.SdkPublisher<ActiveViolation>ListActiveViolationsPublisher. activeViolations()Returns a publisher that can be used to get a stream of data.
-