@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 |
---|---|
BatchAcknowledgeAlarmResult |
batchAcknowledgeAlarm(BatchAcknowledgeAlarmRequest request)
Acknowledges one or more alarms.
|
BatchDeleteDetectorResult |
batchDeleteDetector(BatchDeleteDetectorRequest request)
Deletes one or more detectors that were created.
|
BatchDisableAlarmResult |
batchDisableAlarm(BatchDisableAlarmRequest request)
Disables one or more alarms.
|
BatchEnableAlarmResult |
batchEnableAlarm(BatchEnableAlarmRequest request)
Enables one or more alarms.
|
BatchPutMessageResult |
batchPutMessage(BatchPutMessageRequest request)
Sends a set of messages to the IoT Events system.
|
BatchResetAlarmResult |
batchResetAlarm(BatchResetAlarmRequest request)
Resets one or more alarms.
|
BatchSnoozeAlarmResult |
batchSnoozeAlarm(BatchSnoozeAlarmRequest request)
Changes one or more alarms to the snooze mode.
|
BatchUpdateDetectorResult |
batchUpdateDetector(BatchUpdateDetectorRequest request)
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified
detector model.
|
DescribeAlarmResult |
describeAlarm(DescribeAlarmRequest request)
Retrieves information about an alarm.
|
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.
|
ListAlarmsResult |
listAlarms(ListAlarmsRequest request)
Lists one or more alarms.
|
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 BatchAcknowledgeAlarmResult batchAcknowledgeAlarm(BatchAcknowledgeAlarmRequest request)
AWSIoTEventsData
Acknowledges one or more alarms. The alarms change to the ACKNOWLEDGED
state after you acknowledge
them.
batchAcknowledgeAlarm
in interface AWSIoTEventsData
public BatchDeleteDetectorResult batchDeleteDetector(BatchDeleteDetectorRequest request)
AWSIoTEventsData
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.
batchDeleteDetector
in interface AWSIoTEventsData
public BatchDisableAlarmResult batchDisableAlarm(BatchDisableAlarmRequest request)
AWSIoTEventsData
Disables one or more alarms. The alarms change to the DISABLED
state after you disable them.
batchDisableAlarm
in interface AWSIoTEventsData
public BatchEnableAlarmResult batchEnableAlarm(BatchEnableAlarmRequest request)
AWSIoTEventsData
Enables one or more alarms. The alarms change to the NORMAL
state after you enable them.
batchEnableAlarm
in interface AWSIoTEventsData
public BatchPutMessageResult batchPutMessage(BatchPutMessageRequest request)
AWSIoTEventsData
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.
batchPutMessage
in interface AWSIoTEventsData
public BatchResetAlarmResult batchResetAlarm(BatchResetAlarmRequest request)
AWSIoTEventsData
Resets one or more alarms. The alarms return to the NORMAL
state after you reset them.
batchResetAlarm
in interface AWSIoTEventsData
public BatchSnoozeAlarmResult batchSnoozeAlarm(BatchSnoozeAlarmRequest request)
AWSIoTEventsData
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.
batchSnoozeAlarm
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 DescribeAlarmResult describeAlarm(DescribeAlarmRequest request)
AWSIoTEventsData
Retrieves information about an alarm.
describeAlarm
in interface AWSIoTEventsData
public DescribeDetectorResult describeDetector(DescribeDetectorRequest request)
AWSIoTEventsData
Returns information about the specified detector (instance).
describeDetector
in interface AWSIoTEventsData
public ListAlarmsResult listAlarms(ListAlarmsRequest request)
AWSIoTEventsData
Lists one or more alarms. The operation returns only the metadata associated with each alarm.
listAlarms
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.