| 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 |
|---|---|
BatchEnableAlarmResult |
AWSIoTEventsDataClient.batchEnableAlarm(BatchEnableAlarmRequest request)
Enables one or more alarms.
|
BatchEnableAlarmResult |
AbstractAWSIoTEventsData.batchEnableAlarm(BatchEnableAlarmRequest request) |
BatchEnableAlarmResult |
AWSIoTEventsData.batchEnableAlarm(BatchEnableAlarmRequest batchEnableAlarmRequest)
Enables one or more alarms.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchEnableAlarmResult> |
AWSIoTEventsDataAsyncClient.batchEnableAlarmAsync(BatchEnableAlarmRequest request,
AsyncHandler<BatchEnableAlarmRequest,BatchEnableAlarmResult> asyncHandler) |
Future<BatchEnableAlarmResult> |
AbstractAWSIoTEventsDataAsync.batchEnableAlarmAsync(BatchEnableAlarmRequest request,
AsyncHandler<BatchEnableAlarmRequest,BatchEnableAlarmResult> asyncHandler) |
Future<BatchEnableAlarmResult> |
AWSIoTEventsDataAsync.batchEnableAlarmAsync(BatchEnableAlarmRequest batchEnableAlarmRequest,
AsyncHandler<BatchEnableAlarmRequest,BatchEnableAlarmResult> asyncHandler)
Enables one or more alarms.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEnableAlarmResult |
BatchEnableAlarmResult.clone() |
BatchEnableAlarmResult |
BatchEnableAlarmResult.withErrorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchEnableAlarmResult |
BatchEnableAlarmResult.withErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
Copyright © 2023. All rights reserved.