| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ActiveViolation> |
ListActiveViolationsResponse.activeViolations()
The list of active violations.
|
| Modifier and Type | Method and Description |
|---|---|
ListActiveViolationsResponse.Builder |
ListActiveViolationsResponse.Builder.activeViolations(ActiveViolation... activeViolations)
The list of active violations.
|
| Modifier and Type | Method and Description |
|---|---|
ListActiveViolationsResponse.Builder |
ListActiveViolationsResponse.Builder.activeViolations(Collection<ActiveViolation> activeViolations)
The list of active violations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ActiveViolation> |
ListActiveViolationsPublisher.activeViolations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ActiveViolation> |
ListActiveViolationsIterable.activeViolations()
Returns an iterable to iterate through the paginated
ListActiveViolationsResponse.activeViolations()
member. |
Copyright © 2022. All rights reserved.