@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 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 AWSIoTEventsData
public BatchUpdateDetectorResult batchUpdateDetector(BatchUpdateDetectorRequest request)
AWSIoTEventsData
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.
batchUpdateDetector
in interface AWSIoTEventsData
public DescribeDetectorResult describeDetector(DescribeDetectorRequest request)
AWSIoTEventsData
Returns information about the specified detector (instance).
describeDetector
in interface AWSIoTEventsData
public ListDetectorsResult listDetectors(ListDetectorsRequest request)
AWSIoTEventsData
Lists detectors (the instances of a detector model).
listDetectors
in interface AWSIoTEventsData
public void shutdown()
AWSIoTEventsData
shutdown
in interface AWSIoTEventsData
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSIoTEventsData
Response 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 AWSIoTEventsData
request
- The originally executed request.