@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.
AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<BatchPutMessageResult> |
batchPutMessageAsync(BatchPutMessageRequest batchPutMessageRequest)
Sends a set of messages to the AWS IoT Events system.
|
Future<BatchPutMessageResult> |
batchPutMessageAsync(BatchPutMessageRequest batchPutMessageRequest,
AsyncHandler<BatchPutMessageRequest,BatchPutMessageResult> asyncHandler)
Sends a set of messages to the AWS IoT Events system.
|
Future<BatchUpdateDetectorResult> |
batchUpdateDetectorAsync(BatchUpdateDetectorRequest batchUpdateDetectorRequest)
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified
detector model.
|
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.
|
Future<DescribeDetectorResult> |
describeDetectorAsync(DescribeDetectorRequest describeDetectorRequest)
Returns information about the specified detector (instance).
|
Future<DescribeDetectorResult> |
describeDetectorAsync(DescribeDetectorRequest describeDetectorRequest,
AsyncHandler<DescribeDetectorRequest,DescribeDetectorResult> asyncHandler)
Returns information about the specified detector (instance).
|
Future<ListDetectorsResult> |
listDetectorsAsync(ListDetectorsRequest listDetectorsRequest)
Lists detectors (the instances of a detector model).
|
Future<ListDetectorsResult> |
listDetectorsAsync(ListDetectorsRequest listDetectorsRequest,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
Lists detectors (the instances of a detector model).
|
batchPutMessage, batchUpdateDetector, describeDetector, getCachedResponseMetadata, listDetectors, shutdown
Future<BatchPutMessageResult> batchPutMessageAsync(BatchPutMessageRequest batchPutMessageRequest)
Sends a set of messages to the AWS IoT Events system. Each message payload will be 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 is not guaranteed--you must send messages one at a time
and wait for a successful response to guarantee ordering.
batchPutMessageRequest
- Future<BatchPutMessageResult> batchPutMessageAsync(BatchPutMessageRequest batchPutMessageRequest, AsyncHandler<BatchPutMessageRequest,BatchPutMessageResult> asyncHandler)
Sends a set of messages to the AWS IoT Events system. Each message payload will be 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 is not guaranteed--you must send messages one at a time
and wait for a successful response to guarantee ordering.
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<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<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<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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.