Class CompositeDependable
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iam.CompositeDependable
- All Implemented Interfaces:
IDependable
,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:57.303Z")
@Stability(Stable)
public class CompositeDependable
extends software.amazon.jsii.JsiiObject
implements IDependable
Composite dependable.
Not as simple as eagerly getting the dependency roots from the inner dependables, as they may be mutable so we need to defer the query.
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.iam.*; import software.amazon.awscdk.core.*; IDependable dependable; CompositeDependable compositeDependable = new CompositeDependable(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.amazon.awscdk.core.IDependable
IDependable.Jsii$Default, IDependable.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionCompositeDependable
(@NotNull IDependable... dependables) protected
CompositeDependable
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CompositeDependable
(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
-
CompositeDependable
protected CompositeDependable(software.amazon.jsii.JsiiObjectRef objRef) -
CompositeDependable
protected CompositeDependable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CompositeDependable
- Parameters:
dependables
- This parameter is required.
-