@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-17T00:22:54.045Z") @Stability(value=Stable) public class Aspects extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Aspects(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Aspects(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IAspect aspect)
Adds an aspect to apply this scope before synthesis.
|
List<IAspect> |
getAspects()
The list of aspects which were directly applied on this scope.
|
static Aspects |
of(IConstruct scope)
Returns the `Aspects` object associated with a construct scope.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Aspects(software.amazon.jsii.JsiiObjectRef objRef)
protected Aspects(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static Aspects of(@NotNull IConstruct scope)
scope - The scope for which these aspects will apply. This parameter is required.@Stability(value=Stable)
public void add(@NotNull
IAspect aspect)
aspect - The aspect to add. This parameter is required.Copyright © 2021. All rights reserved.