Class IAction.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.IAction.Jsii$Proxy
- All Implemented Interfaces:
IAction,IAction.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IAction
@Internal
public static final class IAction.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IAction.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.IAction
IAction.Jsii$Default, IAction.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal RuleonStateChange(String name) Creates an Event that will be triggered whenever the state of this Action changes.final RuleonStateChange(String name, IRuleTarget target) Creates an Event that will be triggered whenever the state of this Action changes.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awscdk.services.codepipeline.IAction.Jsii$Default
bind, getActionProperties, onStateChangeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
onStateChange
@Stability(Stable) @NotNull public final Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target) Creates an Event that will be triggered whenever the state of this Action changes.- Specified by:
onStateChangein interfaceIAction- Specified by:
onStateChangein interfaceIAction.Jsii$Default- Parameters:
name- the name to use for the new Event. This parameter is required.target- the optional target for the Event.
-
onStateChange
Creates an Event that will be triggered whenever the state of this Action changes.- Specified by:
onStateChangein interfaceIAction- Specified by:
onStateChangein interfaceIAction.Jsii$Default- Parameters:
name- the name to use for the new Event. This parameter is required.
-