Uses of Class
software.amazon.awssdk.services.servicecatalog.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of Tag in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>UpdatePortfolioRequest. addTags()The tags to add.List<Tag>UpdateProductRequest. addTags()The tags to add to the product.List<Tag>CreatePortfolioRequest. tags()One or more tags.List<Tag>CreatePortfolioResponse. tags()Information about the tags associated with the portfolio.List<Tag>CreateProductRequest. tags()One or more tags.List<Tag>CreateProductResponse. tags()Information about the tags associated with the product.List<Tag>CreateProvisionedProductPlanRequest. tags()One or more tags.List<Tag>DescribePortfolioResponse. tags()Information about the tags associated with the portfolio.List<Tag>DescribeProductAsAdminResponse. tags()Information about the tags associated with the product.List<Tag>LaunchPathSummary. tags()The tags associated with this product path.List<Tag>ProvisionedProductAttribute. tags()One or more tags.List<Tag>ProvisionedProductPlanDetails. tags()One or more tags.List<Tag>ProvisionProductRequest. tags()One or more tags.List<Tag>UpdatePortfolioResponse. tags()Information about the tags associated with the portfolio.List<Tag>UpdateProductResponse. tags()Information about the tags associated with the product.List<Tag>UpdateProvisionedProductRequest. tags()One or more tags.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type Tag Modifier and Type Method Description UpdatePortfolioRequest.BuilderUpdatePortfolioRequest.Builder. addTags(Tag... addTags)The tags to add.UpdateProductRequest.BuilderUpdateProductRequest.Builder. addTags(Tag... addTags)The tags to add to the product.CreatePortfolioRequest.BuilderCreatePortfolioRequest.Builder. tags(Tag... tags)One or more tags.CreatePortfolioResponse.BuilderCreatePortfolioResponse.Builder. tags(Tag... tags)Information about the tags associated with the portfolio.CreateProductRequest.BuilderCreateProductRequest.Builder. tags(Tag... tags)One or more tags.CreateProductResponse.BuilderCreateProductResponse.Builder. tags(Tag... tags)Information about the tags associated with the product.CreateProvisionedProductPlanRequest.BuilderCreateProvisionedProductPlanRequest.Builder. tags(Tag... tags)One or more tags.DescribePortfolioResponse.BuilderDescribePortfolioResponse.Builder. tags(Tag... tags)Information about the tags associated with the portfolio.DescribeProductAsAdminResponse.BuilderDescribeProductAsAdminResponse.Builder. tags(Tag... tags)Information about the tags associated with the product.LaunchPathSummary.BuilderLaunchPathSummary.Builder. tags(Tag... tags)The tags associated with this product path.ProvisionedProductAttribute.BuilderProvisionedProductAttribute.Builder. tags(Tag... tags)One or more tags.ProvisionedProductPlanDetails.BuilderProvisionedProductPlanDetails.Builder. tags(Tag... tags)One or more tags.ProvisionProductRequest.BuilderProvisionProductRequest.Builder. tags(Tag... tags)One or more tags.UpdatePortfolioResponse.BuilderUpdatePortfolioResponse.Builder. tags(Tag... tags)Information about the tags associated with the portfolio.UpdateProductResponse.BuilderUpdateProductResponse.Builder. tags(Tag... tags)Information about the tags associated with the product.UpdateProvisionedProductRequest.BuilderUpdateProvisionedProductRequest.Builder. tags(Tag... tags)One or more tags.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type Tag Modifier and Type Method Description UpdatePortfolioRequest.BuilderUpdatePortfolioRequest.Builder. addTags(Collection<Tag> addTags)The tags to add.UpdateProductRequest.BuilderUpdateProductRequest.Builder. addTags(Collection<Tag> addTags)The tags to add to the product.CreatePortfolioRequest.BuilderCreatePortfolioRequest.Builder. tags(Collection<Tag> tags)One or more tags.CreatePortfolioResponse.BuilderCreatePortfolioResponse.Builder. tags(Collection<Tag> tags)Information about the tags associated with the portfolio.CreateProductRequest.BuilderCreateProductRequest.Builder. tags(Collection<Tag> tags)One or more tags.CreateProductResponse.BuilderCreateProductResponse.Builder. tags(Collection<Tag> tags)Information about the tags associated with the product.CreateProvisionedProductPlanRequest.BuilderCreateProvisionedProductPlanRequest.Builder. tags(Collection<Tag> tags)One or more tags.DescribePortfolioResponse.BuilderDescribePortfolioResponse.Builder. tags(Collection<Tag> tags)Information about the tags associated with the portfolio.DescribeProductAsAdminResponse.BuilderDescribeProductAsAdminResponse.Builder. tags(Collection<Tag> tags)Information about the tags associated with the product.LaunchPathSummary.BuilderLaunchPathSummary.Builder. tags(Collection<Tag> tags)The tags associated with this product path.ProvisionedProductAttribute.BuilderProvisionedProductAttribute.Builder. tags(Collection<Tag> tags)One or more tags.ProvisionedProductPlanDetails.BuilderProvisionedProductPlanDetails.Builder. tags(Collection<Tag> tags)One or more tags.ProvisionProductRequest.BuilderProvisionProductRequest.Builder. tags(Collection<Tag> tags)One or more tags.UpdatePortfolioResponse.BuilderUpdatePortfolioResponse.Builder. tags(Collection<Tag> tags)Information about the tags associated with the portfolio.UpdateProductResponse.BuilderUpdateProductResponse.Builder. tags(Collection<Tag> tags)Information about the tags associated with the product.UpdateProvisionedProductRequest.BuilderUpdateProvisionedProductRequest.Builder. tags(Collection<Tag> tags)One or more tags.
-