@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIoTEventsData extends Object implements AWSIoTEventsData
AWSIoTEventsData. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSIoTEventsData() |
| Modifier and Type | Method and Description |
|---|---|
BatchPutMessageResult |
batchPutMessage(BatchPutMessageRequest request)
Sends a set of messages to the AWS IoT Events system.
|
BatchUpdateDetectorResult |
batchUpdateDetector(BatchUpdateDetectorRequest request)
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified
detector model.
|
DescribeDetectorResult |
describeDetector(DescribeDetectorRequest request)
Returns information about the specified detector (instance).
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListDetectorsResult |
listDetectors(ListDetectorsRequest request)
Lists detectors (the instances of a detector model).
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
public BatchPutMessageResult batchPutMessage(BatchPutMessageRequest request)
AWSIoTEventsData
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.
batchPutMessage in interface AWSIoTEventsDatapublic BatchUpdateDetectorResult batchUpdateDetector(BatchUpdateDetectorRequest request)
AWSIoTEventsDataUpdates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.
batchUpdateDetector in interface AWSIoTEventsDatapublic DescribeDetectorResult describeDetector(DescribeDetectorRequest request)
AWSIoTEventsDataReturns information about the specified detector (instance).
describeDetector in interface AWSIoTEventsDatapublic ListDetectorsResult listDetectors(ListDetectorsRequest request)
AWSIoTEventsDataLists detectors (the instances of a detector model).
listDetectors in interface AWSIoTEventsDatapublic void shutdown()
AWSIoTEventsDatashutdown in interface AWSIoTEventsDatapublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSIoTEventsDataResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSIoTEventsDatarequest - The originally executed request.Copyright © 2019. All rights reserved.