@Generated(value="jsii-pacmak/1.35.0 (build 6ebef96)", date="2021-10-05T13:28:36.301Z") @Stability(value=Stable) public class RemoveTag extends software.amazon.jsii.JsiiObject implements IAspect
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveTag.Builder
A fluent builder for
RemoveTag. |
software.amazon.jsii.JsiiObject.InitializationModeIAspect.Jsii$Default, IAspect.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
RemoveTag(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RemoveTag(software.amazon.jsii.JsiiObjectRef objRef) |
|
RemoveTag(String key) |
|
RemoveTag(String key,
TagProps props) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyTag(ITaggable resource) |
String |
getKey()
The string key for the tag.
|
protected TagProps |
getProps() |
void |
visit(IConstruct construct)
All aspects can visit an IConstruct.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected RemoveTag(software.amazon.jsii.JsiiObjectRef objRef)
protected RemoveTag(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public RemoveTag(@NotNull
String key,
@Nullable
TagProps props)
key - This parameter is required.props - @Stability(value=Stable)
public RemoveTag(@NotNull
String key)
key - This parameter is required.@Stability(value=Stable)
protected void applyTag(@NotNull
ITaggable resource)
resource - This parameter is required.@Stability(value=Stable)
public void visit(@NotNull
IConstruct construct)
@Stability(value=Stable) @NotNull public String getKey()
@Stability(value=Stable) @NotNull protected TagProps getProps()
Copyright © 2021. All rights reserved.