| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListViolationEventsResponse |
IotClient.listViolationEvents(ListViolationEventsRequest listViolationEventsRequest)
Lists the Device Defender security profile violations discovered during the given time period.
|
default CompletableFuture<ListViolationEventsResponse> |
IotAsyncClient.listViolationEvents(ListViolationEventsRequest listViolationEventsRequest)
Lists the Device Defender security profile violations discovered during the given time period.
|
default ListViolationEventsIterable |
IotClient.listViolationEventsPaginator(ListViolationEventsRequest listViolationEventsRequest)
Lists the Device Defender security profile violations discovered during the given time period.
|
default ListViolationEventsPublisher |
IotAsyncClient.listViolationEventsPaginator(ListViolationEventsRequest listViolationEventsRequest)
Lists the Device Defender security profile violations discovered during the given time period.
|
| Constructor and Description |
|---|
ListViolationEventsIterable(IotClient client,
ListViolationEventsRequest firstRequest) |
ListViolationEventsPublisher(IotAsyncClient client,
ListViolationEventsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListViolationEventsRequestMarshaller.marshall(ListViolationEventsRequest listViolationEventsRequest) |
Copyright © 2022. All rights reserved.