java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.actions.alpha.ClearTimerAction
All Implemented Interfaces:
IAction, software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-08-02T00:29:19.774Z") @Stability(Experimental) public class ClearTimerAction extends software.amazon.jsii.JsiiObject implements IAction
(experimental) The action to delete an existing timer.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iotevents.actions.alpha.*;
 ClearTimerAction clearTimerAction = new ClearTimerAction("timerName");
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotevents.alpha.IAction

    IAction.Jsii$Default, IAction.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    ClearTimerAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    ClearTimerAction(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • ClearTimerAction

      protected ClearTimerAction(software.amazon.jsii.JsiiObjectRef objRef)
    • ClearTimerAction

      protected ClearTimerAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • ClearTimerAction

      @Stability(Experimental) public ClearTimerAction(@NotNull String timerName)
      Parameters:
      timerName - the name of the timer. This parameter is required.