Package software.constructs
Class DependencyGroup
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.DependencyGroup
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
,IDependable
@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-17T00:12:11.789Z") @Stability(Experimental) public class DependencyGroup extends software.amazon.jsii.JsiiObject implements IDependable
(experimental) A set of constructs to be used as a dependable.This class can be used when a set of constructs which are disjoint in the construct tree needs to be combined to be used as a single dependable.
-
-
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.constructs.IDependable
IDependable.Jsii$Default, IDependable.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description DependencyGroup(@NotNull IDependable... deps)
protected
DependencyGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
protected
DependencyGroup(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(@NotNull IDependable... scopes)
(experimental) Add a construct to the dependency roots.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
DependencyGroup
protected DependencyGroup(software.amazon.jsii.JsiiObjectRef objRef)
-
DependencyGroup
protected DependencyGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DependencyGroup
@Stability(Experimental) public DependencyGroup(@NotNull @NotNull IDependable... deps)
- Parameters:
deps
- This parameter is required.
-
-
Method Detail
-
add
@Stability(Experimental) public void add(@NotNull @NotNull IDependable... scopes)
(experimental) Add a construct to the dependency roots.- Parameters:
scopes
- This parameter is required.
-
-