Uses of Class
software.amazon.awscdk.services.servicecatalog.TagOptions
Packages that use TagOptions
Package
Description
AWS Service Catalog Construct Library
-
Uses of TagOptions in software.amazon.awscdk.services.servicecatalog
Methods in software.amazon.awscdk.services.servicecatalog that return TagOptionsModifier and TypeMethodDescriptionTagOptions.Builder.build()default TagOptionsCloudFormationProductProps.getTagOptions()TagOptions associated directly to a product.final TagOptionsCloudFormationProductProps.Jsii$Proxy.getTagOptions()default TagOptionsPortfolioProps.getTagOptions()TagOptions associated directly to a portfolio.final TagOptionsPortfolioProps.Jsii$Proxy.getTagOptions()Methods in software.amazon.awscdk.services.servicecatalog with parameters of type TagOptionsModifier and TypeMethodDescriptionvoidIPortfolio.associateTagOptions(TagOptions tagOptions) Associate Tag Options.default voidIPortfolio.Jsii$Default.associateTagOptions(TagOptions tagOptions) Associate Tag Options.final voidIPortfolio.Jsii$Proxy.associateTagOptions(TagOptions tagOptions) Associate Tag Options.voidIProduct.associateTagOptions(TagOptions tagOptions) Associate Tag Options.default voidIProduct.Jsii$Default.associateTagOptions(TagOptions tagOptions) Associate Tag Options.final voidIProduct.Jsii$Proxy.associateTagOptions(TagOptions tagOptions) Associate Tag Options.voidPortfolio.associateTagOptions(TagOptions tagOptions) Associate Tag Options.voidProduct.associateTagOptions(TagOptions tagOptions) Associate Tag Options.CloudFormationProduct.Builder.tagOptions(TagOptions tagOptions) TagOptions associated directly to a product.CloudFormationProductProps.Builder.tagOptions(TagOptions tagOptions) Sets the value ofCloudFormationProductProps.getTagOptions()Portfolio.Builder.tagOptions(TagOptions tagOptions) TagOptions associated directly to a portfolio.PortfolioProps.Builder.tagOptions(TagOptions tagOptions) Sets the value ofPortfolioProps.getTagOptions()