| 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 |
|---|---|
BatchUpdateDetectorResult |
AWSIoTEventsData.batchUpdateDetector(BatchUpdateDetectorRequest batchUpdateDetectorRequest)
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified
detector model.
|
BatchUpdateDetectorResult |
AWSIoTEventsDataClient.batchUpdateDetector(BatchUpdateDetectorRequest request)
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified
detector model.
|
BatchUpdateDetectorResult |
AbstractAWSIoTEventsData.batchUpdateDetector(BatchUpdateDetectorRequest request) |
Future<BatchUpdateDetectorResult> |
AbstractAWSIoTEventsDataAsync.batchUpdateDetectorAsync(BatchUpdateDetectorRequest request) |
Future<BatchUpdateDetectorResult> |
AWSIoTEventsDataAsyncClient.batchUpdateDetectorAsync(BatchUpdateDetectorRequest request) |
Future<BatchUpdateDetectorResult> |
AWSIoTEventsDataAsync.batchUpdateDetectorAsync(BatchUpdateDetectorRequest batchUpdateDetectorRequest)
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified
detector model.
|
Future<BatchUpdateDetectorResult> |
AbstractAWSIoTEventsDataAsync.batchUpdateDetectorAsync(BatchUpdateDetectorRequest request,
AsyncHandler<BatchUpdateDetectorRequest,BatchUpdateDetectorResult> asyncHandler) |
Future<BatchUpdateDetectorResult> |
AWSIoTEventsDataAsyncClient.batchUpdateDetectorAsync(BatchUpdateDetectorRequest request,
AsyncHandler<BatchUpdateDetectorRequest,BatchUpdateDetectorResult> asyncHandler) |
Future<BatchUpdateDetectorResult> |
AWSIoTEventsDataAsync.batchUpdateDetectorAsync(BatchUpdateDetectorRequest batchUpdateDetectorRequest,
AsyncHandler<BatchUpdateDetectorRequest,BatchUpdateDetectorResult> asyncHandler)
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified
detector model.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchUpdateDetectorResult> |
AbstractAWSIoTEventsDataAsync.batchUpdateDetectorAsync(BatchUpdateDetectorRequest request,
AsyncHandler<BatchUpdateDetectorRequest,BatchUpdateDetectorResult> asyncHandler) |
Future<BatchUpdateDetectorResult> |
AWSIoTEventsDataAsyncClient.batchUpdateDetectorAsync(BatchUpdateDetectorRequest request,
AsyncHandler<BatchUpdateDetectorRequest,BatchUpdateDetectorResult> asyncHandler) |
Future<BatchUpdateDetectorResult> |
AWSIoTEventsDataAsync.batchUpdateDetectorAsync(BatchUpdateDetectorRequest batchUpdateDetectorRequest,
AsyncHandler<BatchUpdateDetectorRequest,BatchUpdateDetectorResult> asyncHandler)
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified
detector model.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDetectorRequest |
BatchUpdateDetectorRequest.clone() |
BatchUpdateDetectorRequest |
BatchUpdateDetectorRequest.withDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to update, along with the values to update.
|
BatchUpdateDetectorRequest |
BatchUpdateDetectorRequest.withDetectors(UpdateDetectorRequest... detectors)
The list of detectors (instances) to update, along with the values to update.
|
Copyright © 2022. All rights reserved.