Class IAwsCdkCli.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cli.lib.alpha.IAwsCdkCli.Jsii$Proxy
All Implemented Interfaces:
IAwsCdkCli, IAwsCdkCli.Jsii$Default, software.amazon.jsii.JsiiSerializable
Enclosing interface:
IAwsCdkCli

@Internal public static final class IAwsCdkCli.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IAwsCdkCli.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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.cli.lib.alpha.IAwsCdkCli

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    (experimental) cdk bootstrap.
    final void
    (experimental) cdk bootstrap.
    final void
    (experimental) cdk deploy.
    final void
    (experimental) cdk deploy.
    final void
    (experimental) cdk destroy.
    final void
    (experimental) cdk destroy.
    final void
    (experimental) cdk list.
    final void
    list(ListOptions options)
    (experimental) cdk list.
    final void
    (experimental) cdk synth.
    final void
    (experimental) cdk synth.

    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

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • bootstrap

      @Stability(Experimental) public final void bootstrap(@Nullable BootstrapOptions options)
      (experimental) cdk bootstrap.

      Specified by:
      bootstrap in interface IAwsCdkCli
      Specified by:
      bootstrap in interface IAwsCdkCli.Jsii$Default
      Parameters:
      options -
    • bootstrap

      @Stability(Experimental) public final void bootstrap()
      (experimental) cdk bootstrap.
      Specified by:
      bootstrap in interface IAwsCdkCli
    • deploy

      @Stability(Experimental) public final void deploy(@Nullable DeployOptions options)
      (experimental) cdk deploy.

      Specified by:
      deploy in interface IAwsCdkCli
      Specified by:
      deploy in interface IAwsCdkCli.Jsii$Default
      Parameters:
      options -
    • deploy

      @Stability(Experimental) public final void deploy()
      (experimental) cdk deploy.
      Specified by:
      deploy in interface IAwsCdkCli
    • destroy

      @Stability(Experimental) public final void destroy(@Nullable DestroyOptions options)
      (experimental) cdk destroy.

      Specified by:
      destroy in interface IAwsCdkCli
      Specified by:
      destroy in interface IAwsCdkCli.Jsii$Default
      Parameters:
      options -
    • destroy

      @Stability(Experimental) public final void destroy()
      (experimental) cdk destroy.
      Specified by:
      destroy in interface IAwsCdkCli
    • list

      @Stability(Experimental) public final void list(@Nullable ListOptions options)
      (experimental) cdk list.

      Specified by:
      list in interface IAwsCdkCli
      Specified by:
      list in interface IAwsCdkCli.Jsii$Default
      Parameters:
      options -
    • list

      @Stability(Experimental) public final void list()
      (experimental) cdk list.
      Specified by:
      list in interface IAwsCdkCli
    • synth

      @Stability(Experimental) public final void synth(@Nullable SynthOptions options)
      (experimental) cdk synth.

      Specified by:
      synth in interface IAwsCdkCli
      Specified by:
      synth in interface IAwsCdkCli.Jsii$Default
      Parameters:
      options -
    • synth

      @Stability(Experimental) public final void synth()
      (experimental) cdk synth.
      Specified by:
      synth in interface IAwsCdkCli