@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSIoTEventsDataAsync extends AWSIoTEventsData
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSIoTEventsDataAsync
instead.
IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use IoT Events Data API commands to send inputs to detectors, list detectors, and view or update a detector's status.
For more information, see What is IoT Events? in the IoT Events Developer Guide.
ENDPOINT_PREFIX
batchAcknowledgeAlarm, batchDeleteDetector, batchDisableAlarm, batchEnableAlarm, batchPutMessage, batchResetAlarm, batchSnoozeAlarm, batchUpdateDetector, describeAlarm, describeDetector, getCachedResponseMetadata, listAlarms, listDetectors, shutdown
Future<BatchAcknowledgeAlarmResult> batchAcknowledgeAlarmAsync(BatchAcknowledgeAlarmRequest batchAcknowledgeAlarmRequest)
Acknowledges one or more alarms. The alarms change to the ACKNOWLEDGED
state after you acknowledge
them.
batchAcknowledgeAlarmRequest
- Future<BatchAcknowledgeAlarmResult> batchAcknowledgeAlarmAsync(BatchAcknowledgeAlarmRequest batchAcknowledgeAlarmRequest, AsyncHandler<BatchAcknowledgeAlarmRequest,BatchAcknowledgeAlarmResult> asyncHandler)
Acknowledges one or more alarms. The alarms change to the ACKNOWLEDGED
state after you acknowledge
them.
batchAcknowledgeAlarmRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchDeleteDetectorResult> batchDeleteDetectorAsync(BatchDeleteDetectorRequest batchDeleteDetectorRequest)
Deletes one or more detectors that were created. When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the ListDetectors API call.
batchDeleteDetectorRequest
- Future<BatchDeleteDetectorResult> batchDeleteDetectorAsync(BatchDeleteDetectorRequest batchDeleteDetectorRequest, AsyncHandler<BatchDeleteDetectorRequest,BatchDeleteDetectorResult> asyncHandler)
Deletes one or more detectors that were created. When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the ListDetectors API call.
batchDeleteDetectorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchDisableAlarmResult> batchDisableAlarmAsync(BatchDisableAlarmRequest batchDisableAlarmRequest)
Disables one or more alarms. The alarms change to the DISABLED
state after you disable them.
batchDisableAlarmRequest
- Future<BatchDisableAlarmResult> batchDisableAlarmAsync(BatchDisableAlarmRequest batchDisableAlarmRequest, AsyncHandler<BatchDisableAlarmRequest,BatchDisableAlarmResult> asyncHandler)
Disables one or more alarms. The alarms change to the DISABLED
state after you disable them.
batchDisableAlarmRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchEnableAlarmResult> batchEnableAlarmAsync(BatchEnableAlarmRequest batchEnableAlarmRequest)
Enables one or more alarms. The alarms change to the NORMAL
state after you enable them.
batchEnableAlarmRequest
- Future<BatchEnableAlarmResult> batchEnableAlarmAsync(BatchEnableAlarmRequest batchEnableAlarmRequest, AsyncHandler<BatchEnableAlarmRequest,BatchEnableAlarmResult> asyncHandler)
Enables one or more alarms. The alarms change to the NORMAL
state after you enable them.
batchEnableAlarmRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchPutMessageResult> batchPutMessageAsync(BatchPutMessageRequest batchPutMessageRequest)
Sends a set of messages to the IoT Events system. Each message payload is transformed into the input you specify
("inputName"
) and ingested into any detectors that monitor that input. If multiple messages are
sent, the order in which the messages are processed isn't guaranteed. To guarantee ordering, you must send
messages one at a time and wait for a successful response.
batchPutMessageRequest
- Future<BatchPutMessageResult> batchPutMessageAsync(BatchPutMessageRequest batchPutMessageRequest, AsyncHandler<BatchPutMessageRequest,BatchPutMessageResult> asyncHandler)
Sends a set of messages to the IoT Events system. Each message payload is transformed into the input you specify
("inputName"
) and ingested into any detectors that monitor that input. If multiple messages are
sent, the order in which the messages are processed isn't guaranteed. To guarantee ordering, you must send
messages one at a time and wait for a successful response.
batchPutMessageRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchResetAlarmResult> batchResetAlarmAsync(BatchResetAlarmRequest batchResetAlarmRequest)
Resets one or more alarms. The alarms return to the NORMAL
state after you reset them.
batchResetAlarmRequest
- Future<BatchResetAlarmResult> batchResetAlarmAsync(BatchResetAlarmRequest batchResetAlarmRequest, AsyncHandler<BatchResetAlarmRequest,BatchResetAlarmResult> asyncHandler)
Resets one or more alarms. The alarms return to the NORMAL
state after you reset them.
batchResetAlarmRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchSnoozeAlarmResult> batchSnoozeAlarmAsync(BatchSnoozeAlarmRequest batchSnoozeAlarmRequest)
Changes one or more alarms to the snooze mode. The alarms change to the SNOOZE_DISABLED
state after
you set them to the snooze mode.
batchSnoozeAlarmRequest
- Future<BatchSnoozeAlarmResult> batchSnoozeAlarmAsync(BatchSnoozeAlarmRequest batchSnoozeAlarmRequest, AsyncHandler<BatchSnoozeAlarmRequest,BatchSnoozeAlarmResult> asyncHandler)
Changes one or more alarms to the snooze mode. The alarms change to the SNOOZE_DISABLED
state after
you set them to the snooze mode.
batchSnoozeAlarmRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchUpdateDetectorResult> batchUpdateDetectorAsync(BatchUpdateDetectorRequest batchUpdateDetectorRequest)
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.
batchUpdateDetectorRequest
- Future<BatchUpdateDetectorResult> 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.
batchUpdateDetectorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeAlarmResult> describeAlarmAsync(DescribeAlarmRequest describeAlarmRequest)
Retrieves information about an alarm.
describeAlarmRequest
- Future<DescribeAlarmResult> describeAlarmAsync(DescribeAlarmRequest describeAlarmRequest, AsyncHandler<DescribeAlarmRequest,DescribeAlarmResult> asyncHandler)
Retrieves information about an alarm.
describeAlarmRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeDetectorResult> describeDetectorAsync(DescribeDetectorRequest describeDetectorRequest)
Returns information about the specified detector (instance).
describeDetectorRequest
- Future<DescribeDetectorResult> describeDetectorAsync(DescribeDetectorRequest describeDetectorRequest, AsyncHandler<DescribeDetectorRequest,DescribeDetectorResult> asyncHandler)
Returns information about the specified detector (instance).
describeDetectorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListAlarmsResult> listAlarmsAsync(ListAlarmsRequest listAlarmsRequest)
Lists one or more alarms. The operation returns only the metadata associated with each alarm.
listAlarmsRequest
- Future<ListAlarmsResult> listAlarmsAsync(ListAlarmsRequest listAlarmsRequest, AsyncHandler<ListAlarmsRequest,ListAlarmsResult> asyncHandler)
Lists one or more alarms. The operation returns only the metadata associated with each alarm.
listAlarmsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest listDetectorsRequest)
Lists detectors (the instances of a detector model).
listDetectorsRequest
- Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest listDetectorsRequest, AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
Lists detectors (the instances of a detector model).
listDetectorsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.