@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIoTEvents extends Object implements AWSIoTEvents
AWSIoTEvents. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic CreateAlarmModelResult createAlarmModel(CreateAlarmModelRequest request)
AWSIoTEventsCreates an alarm model to monitor an AWS IoT Events input attribute. You can use the alarm to get notified when the value is outside a specified range. For more information, see Create an alarm model in the AWS IoT Events Developer Guide.
createAlarmModel in interface AWSIoTEventspublic CreateDetectorModelResult createDetectorModel(CreateDetectorModelRequest request)
AWSIoTEventsCreates a detector model.
createDetectorModel in interface AWSIoTEventspublic CreateInputResult createInput(CreateInputRequest request)
AWSIoTEventsCreates an input.
createInput in interface AWSIoTEventspublic DeleteAlarmModelResult deleteAlarmModel(DeleteAlarmModelRequest request)
AWSIoTEventsDeletes an alarm model. Any alarm instances that were created based on this alarm model are also deleted. This action can't be undone.
deleteAlarmModel in interface AWSIoTEventspublic DeleteDetectorModelResult deleteDetectorModel(DeleteDetectorModelRequest request)
AWSIoTEventsDeletes a detector model. Any active instances of the detector model are also deleted.
deleteDetectorModel in interface AWSIoTEventspublic DeleteInputResult deleteInput(DeleteInputRequest request)
AWSIoTEventsDeletes an input.
deleteInput in interface AWSIoTEventspublic DescribeAlarmModelResult describeAlarmModel(DescribeAlarmModelRequest request)
AWSIoTEvents
Retrieves information about an alarm model. If you don't specify a value for the alarmModelVersion
parameter, the latest version is returned.
describeAlarmModel in interface AWSIoTEventspublic DescribeDetectorModelResult describeDetectorModel(DescribeDetectorModelRequest request)
AWSIoTEvents
Describes a detector model. If the version parameter is not specified, information about the latest
version is returned.
describeDetectorModel in interface AWSIoTEventspublic DescribeDetectorModelAnalysisResult describeDetectorModelAnalysis(DescribeDetectorModelAnalysisRequest request)
AWSIoTEventsRetrieves runtime information about a detector model analysis.
After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.
describeDetectorModelAnalysis in interface AWSIoTEventspublic DescribeInputResult describeInput(DescribeInputRequest request)
AWSIoTEventsDescribes an input.
describeInput in interface AWSIoTEventspublic DescribeLoggingOptionsResult describeLoggingOptions(DescribeLoggingOptionsRequest request)
AWSIoTEventsRetrieves the current settings of the AWS IoT Events logging options.
describeLoggingOptions in interface AWSIoTEventspublic GetDetectorModelAnalysisResultsResult getDetectorModelAnalysisResults(GetDetectorModelAnalysisResultsRequest request)
AWSIoTEventsRetrieves one or more analysis results of the detector model.
After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.
getDetectorModelAnalysisResults in interface AWSIoTEventspublic ListAlarmModelVersionsResult listAlarmModelVersions(ListAlarmModelVersionsRequest request)
AWSIoTEventsLists all the versions of an alarm model. The operation returns only the metadata associated with each alarm model version.
listAlarmModelVersions in interface AWSIoTEventspublic ListAlarmModelsResult listAlarmModels(ListAlarmModelsRequest request)
AWSIoTEventsLists the alarm models that you created. The operation returns only the metadata associated with each alarm model.
listAlarmModels in interface AWSIoTEventspublic ListDetectorModelVersionsResult listDetectorModelVersions(ListDetectorModelVersionsRequest request)
AWSIoTEventsLists all the versions of a detector model. Only the metadata associated with each detector model version is returned.
listDetectorModelVersions in interface AWSIoTEventspublic ListDetectorModelsResult listDetectorModels(ListDetectorModelsRequest request)
AWSIoTEventsLists the detector models you have created. Only the metadata associated with each detector model is returned.
listDetectorModels in interface AWSIoTEventspublic ListInputRoutingsResult listInputRoutings(ListInputRoutingsRequest request)
AWSIoTEventsLists one or more input routings.
listInputRoutings in interface AWSIoTEventspublic ListInputsResult listInputs(ListInputsRequest request)
AWSIoTEventsLists the inputs you have created.
listInputs in interface AWSIoTEventspublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSIoTEventsLists the tags (metadata) you have assigned to the resource.
listTagsForResource in interface AWSIoTEventspublic PutLoggingOptionsResult putLoggingOptions(PutLoggingOptionsRequest request)
AWSIoTEventsSets or updates the AWS IoT Events logging options.
If you update the value of any loggingOptions field, it takes up to one minute for the change to
take effect. If you change the policy attached to the role you specified in the roleArn field (for
example, to correct an invalid policy), it takes up to five minutes for that change to take effect.
putLoggingOptions in interface AWSIoTEventspublic StartDetectorModelAnalysisResult startDetectorModelAnalysis(StartDetectorModelAnalysisRequest request)
AWSIoTEventsPerforms an analysis of your detector model. For more information, see Troubleshooting a detector model in the AWS IoT Events Developer Guide.
startDetectorModelAnalysis in interface AWSIoTEventspublic TagResourceResult tagResource(TagResourceRequest request)
AWSIoTEventsAdds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
tagResource in interface AWSIoTEventspublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSIoTEventsRemoves the given tags (metadata) from the resource.
untagResource in interface AWSIoTEventspublic UpdateAlarmModelResult updateAlarmModel(UpdateAlarmModelRequest request)
AWSIoTEventsUpdates an alarm model. Any alarms that were created based on the previous version are deleted and then created again as new data arrives.
updateAlarmModel in interface AWSIoTEventspublic UpdateDetectorModelResult updateDetectorModel(UpdateDetectorModelRequest request)
AWSIoTEventsUpdates a detector model. Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.
updateDetectorModel in interface AWSIoTEventspublic UpdateInputResult updateInput(UpdateInputRequest request)
AWSIoTEventsUpdates an input.
updateInput in interface AWSIoTEventspublic void shutdown()
AWSIoTEventsshutdown in interface AWSIoTEventspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSIoTEventsResponse 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 AWSIoTEventsrequest - The originally executed request.