| Package | Description |
|---|---|
| com.amazonaws.services.iotevents |
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.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDetectorModelsResult> |
AWSIoTEventsAsyncClient.listDetectorModelsAsync(ListDetectorModelsRequest request,
AsyncHandler<ListDetectorModelsRequest,ListDetectorModelsResult> asyncHandler) |
Future<ListDetectorModelsResult> |
AbstractAWSIoTEventsAsync.listDetectorModelsAsync(ListDetectorModelsRequest request,
AsyncHandler<ListDetectorModelsRequest,ListDetectorModelsResult> asyncHandler) |
Future<ListDetectorModelsResult> |
AWSIoTEventsAsync.listDetectorModelsAsync(ListDetectorModelsRequest listDetectorModelsRequest,
AsyncHandler<ListDetectorModelsRequest,ListDetectorModelsResult> asyncHandler)
Lists the detector models you have created.
|
| Modifier and Type | Method and Description |
|---|---|
ListDetectorModelsRequest |
ListDetectorModelsRequest.clone() |
ListDetectorModelsRequest |
ListDetectorModelsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListDetectorModelsRequest |
ListDetectorModelsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2019. All rights reserved.