| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata |
AWS 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 |
|---|---|
Future<ListDetectorsResult> |
AWSIoTEventsDataAsyncClient.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> |
AbstractAWSIoTEventsDataAsync.listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDetectorsRequest |
ListDetectorsRequest.clone() |
ListDetectorsRequest |
ListDetectorsRequest.withDetectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) are listed.
|
ListDetectorsRequest |
ListDetectorsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDetectorsRequest |
ListDetectorsRequest.withNextToken(String nextToken)
The token that you can use to return the next set of results.
|
ListDetectorsRequest |
ListDetectorsRequest.withStateName(String stateName)
A filter that limits results to those detectors (instances) in the given state.
|
Copyright © 2021. All rights reserved.