| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicecatalog |
AWS Service Catalog Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
TagOptions |
TagOptions.Builder.build() |
default TagOptions |
PortfolioProps.getTagOptions()
TagOptions associated directly to a portfolio.
|
TagOptions |
PortfolioProps.Jsii$Proxy.getTagOptions() |
default TagOptions |
CloudFormationProductProps.getTagOptions()
TagOptions associated directly to a product.
|
TagOptions |
CloudFormationProductProps.Jsii$Proxy.getTagOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Product.associateTagOptions(TagOptions tagOptions)
Associate Tag Options.
|
void |
Portfolio.associateTagOptions(TagOptions tagOptions)
Associate Tag Options.
|
void |
IPortfolio.associateTagOptions(TagOptions tagOptions)
Associate Tag Options.
|
void |
IPortfolio.Jsii$Proxy.associateTagOptions(TagOptions tagOptions)
Associate Tag Options.
|
default void |
IPortfolio.Jsii$Default.associateTagOptions(TagOptions tagOptions)
Associate Tag Options.
|
void |
IProduct.associateTagOptions(TagOptions tagOptions)
Associate Tag Options.
|
void |
IProduct.Jsii$Proxy.associateTagOptions(TagOptions tagOptions)
Associate Tag Options.
|
default void |
IProduct.Jsii$Default.associateTagOptions(TagOptions tagOptions)
Associate Tag Options.
|
PortfolioProps.Builder |
PortfolioProps.Builder.tagOptions(TagOptions tagOptions)
Sets the value of
PortfolioProps.getTagOptions() |
CloudFormationProduct.Builder |
CloudFormationProduct.Builder.tagOptions(TagOptions tagOptions)
TagOptions associated directly to a product.
|
Portfolio.Builder |
Portfolio.Builder.tagOptions(TagOptions tagOptions)
TagOptions associated directly to a portfolio.
|
CloudFormationProductProps.Builder |
CloudFormationProductProps.Builder.tagOptions(TagOptions tagOptions)
Sets the value of
CloudFormationProductProps.getTagOptions() |
Copyright © 2022. All rights reserved.