| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata |
IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when
such events occur.
|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
ListDetectorsResult |
AbstractAWSIoTEventsData.listDetectors(ListDetectorsRequest request) |
ListDetectorsResult |
AWSIoTEventsDataClient.listDetectors(ListDetectorsRequest request)
Lists detectors (the instances of a detector model).
|
ListDetectorsResult |
AWSIoTEventsData.listDetectors(ListDetectorsRequest listDetectorsRequest)
Lists detectors (the instances of a detector model).
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDetectorsResult> |
AbstractAWSIoTEventsDataAsync.listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler) |
Future<ListDetectorsResult> |
AWSIoTEventsDataAsync.listDetectorsAsync(ListDetectorsRequest listDetectorsRequest,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
Lists detectors (the instances of a detector model).
|
Future<ListDetectorsResult> |
AWSIoTEventsDataAsyncClient.listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDetectorsResult |
ListDetectorsResult.clone() |
ListDetectorsResult |
ListDetectorsResult.withDetectorSummaries(Collection<DetectorSummary> detectorSummaries)
A list of summary information about the detectors (instances).
|
ListDetectorsResult |
ListDetectorsResult.withDetectorSummaries(DetectorSummary... detectorSummaries)
A list of summary information about the detectors (instances).
|
ListDetectorsResult |
ListDetectorsResult.withNextToken(String nextToken)
The token that you can use to return the next set of results, or
null if there are no more results. |
Copyright © 2024. All rights reserved.