Uses of Class
software.amazon.awssdk.services.costexplorer.model.ResourceTag
-
Packages that use ResourceTag Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of ResourceTag in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type ResourceTag Modifier and Type Method Description List<ResourceTag>CreateAnomalyMonitorRequest. resourceTags()An optional list of tags to associate with the specifiedAnomalyMonitor.List<ResourceTag>CreateAnomalySubscriptionRequest. resourceTags()An optional list of tags to associate with the specifiedAnomalySubscription.List<ResourceTag>CreateCostCategoryDefinitionRequest. resourceTags()An optional list of tags to associate with the specifiedCostCategory.List<ResourceTag>ListTagsForResourceResponse. resourceTags()A list of tag key value pairs that are associated with the resource.List<ResourceTag>TagResourceRequest. resourceTags()A list of tag key-value pairs to be added to the resource.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type ResourceTag Modifier and Type Method Description CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specifiedAnomalyMonitor.CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specifiedAnomalySubscription.CreateCostCategoryDefinitionRequest.BuilderCreateCostCategoryDefinitionRequest.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specifiedCostCategory.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(ResourceTag... resourceTags)A list of tag key value pairs that are associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. resourceTags(ResourceTag... resourceTags)A list of tag key-value pairs to be added to the resource.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type ResourceTag Modifier and Type Method Description CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specifiedAnomalyMonitor.CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specifiedAnomalySubscription.CreateCostCategoryDefinitionRequest.BuilderCreateCostCategoryDefinitionRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specifiedCostCategory.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)A list of tag key value pairs that are associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)A list of tag key-value pairs to be added to the resource.
-