@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.764Z") @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$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, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected RemoveTag(software.amazon.jsii.JsiiObjectRef objRef)
protected RemoveTag(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public RemoveTag(String key, TagProps props)
key - This parameter is required.props - @Stability(value=Stable) public RemoveTag(String key)
key - This parameter is required.@Stability(value=Stable) protected void applyTag(ITaggable resource)
resource - This parameter is required.@Stability(value=Stable) public void visit(IConstruct construct)
@Stability(value=Stable) public String getKey()
@Stability(value=Stable) protected TagProps getProps()
Copyright © 2019. All rights reserved.