| 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<ListDetectorModelVersionsResult> |
AWSIoTEventsAsyncClient.listDetectorModelVersionsAsync(ListDetectorModelVersionsRequest request,
AsyncHandler<ListDetectorModelVersionsRequest,ListDetectorModelVersionsResult> asyncHandler) |
Future<ListDetectorModelVersionsResult> |
AWSIoTEventsAsync.listDetectorModelVersionsAsync(ListDetectorModelVersionsRequest listDetectorModelVersionsRequest,
AsyncHandler<ListDetectorModelVersionsRequest,ListDetectorModelVersionsResult> asyncHandler)
Lists all the versions of a detector model.
|
Future<ListDetectorModelVersionsResult> |
AbstractAWSIoTEventsAsync.listDetectorModelVersionsAsync(ListDetectorModelVersionsRequest request,
AsyncHandler<ListDetectorModelVersionsRequest,ListDetectorModelVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDetectorModelVersionsRequest |
ListDetectorModelVersionsRequest.clone() |
ListDetectorModelVersionsRequest |
ListDetectorModelVersionsRequest.withDetectorModelName(String detectorModelName)
The name of the detector model whose versions are returned.
|
ListDetectorModelVersionsRequest |
ListDetectorModelVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDetectorModelVersionsRequest |
ListDetectorModelVersionsRequest.withNextToken(String nextToken)
The token that you can use to return the next set of results.
|
Copyright © 2022. All rights reserved.