@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIoTEventsDataAsync extends AbstractAWSIoTEventsData implements AWSIoTEventsDataAsync
AWSIoTEventsDataAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSIoTEventsDataAsync() |
batchPutMessage, batchUpdateDetector, describeDetector, getCachedResponseMetadata, listDetectors, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchPutMessage, batchUpdateDetector, describeDetector, getCachedResponseMetadata, listDetectors, shutdownpublic Future<BatchPutMessageResult> batchPutMessageAsync(BatchPutMessageRequest request)
AWSIoTEventsDataAsync
Sends a set of messages to the AWS 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.
batchPutMessageAsync in interface AWSIoTEventsDataAsyncpublic Future<BatchPutMessageResult> batchPutMessageAsync(BatchPutMessageRequest request, AsyncHandler<BatchPutMessageRequest,BatchPutMessageResult> asyncHandler)
AWSIoTEventsDataAsync
Sends a set of messages to the AWS 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.
batchPutMessageAsync in interface AWSIoTEventsDataAsyncasyncHandler - 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.public Future<BatchUpdateDetectorResult> batchUpdateDetectorAsync(BatchUpdateDetectorRequest request)
AWSIoTEventsDataAsyncUpdates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.
batchUpdateDetectorAsync in interface AWSIoTEventsDataAsyncpublic Future<BatchUpdateDetectorResult> batchUpdateDetectorAsync(BatchUpdateDetectorRequest request, AsyncHandler<BatchUpdateDetectorRequest,BatchUpdateDetectorResult> asyncHandler)
AWSIoTEventsDataAsyncUpdates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.
batchUpdateDetectorAsync in interface AWSIoTEventsDataAsyncasyncHandler - 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.public Future<DescribeDetectorResult> describeDetectorAsync(DescribeDetectorRequest request)
AWSIoTEventsDataAsyncReturns information about the specified detector (instance).
describeDetectorAsync in interface AWSIoTEventsDataAsyncpublic Future<DescribeDetectorResult> describeDetectorAsync(DescribeDetectorRequest request, AsyncHandler<DescribeDetectorRequest,DescribeDetectorResult> asyncHandler)
AWSIoTEventsDataAsyncReturns information about the specified detector (instance).
describeDetectorAsync in interface AWSIoTEventsDataAsyncasyncHandler - 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.public Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest request)
AWSIoTEventsDataAsyncLists detectors (the instances of a detector model).
listDetectorsAsync in interface AWSIoTEventsDataAsyncpublic Future<ListDetectorsResult> listDetectorsAsync(ListDetectorsRequest request, AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
AWSIoTEventsDataAsyncLists detectors (the instances of a detector model).
listDetectorsAsync in interface AWSIoTEventsDataAsyncasyncHandler - 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 © 2019. All rights reserved.