Class AwsCdkDepsJava

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:42.863Z")
    @Stability(Experimental)
    public class AwsCdkDepsJava
    extends AwsCdkDeps
    (experimental) Manages dependencies on the AWS CDK for Java projects.
    • Constructor Detail

      • AwsCdkDepsJava

        protected AwsCdkDepsJava​(software.amazon.jsii.JsiiObjectRef objRef)
      • AwsCdkDepsJava

        protected AwsCdkDepsJava​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • AwsCdkDepsJava

        @Stability(Experimental)
        public AwsCdkDepsJava​(@NotNull
                              Project project,
                              @NotNull
                              AwsCdkDepsOptions options)
        Parameters:
        project - This parameter is required.
        options - This parameter is required.
    • Method Detail

      • packageNames

        @Stability(Experimental)
        @NotNull
        protected AwsCdkPackageNames packageNames()
        (experimental) Return a configuration object with information about package naming in various languages.
        Specified by:
        packageNames in class AwsCdkDeps