Uses of Class
software.amazon.awssdk.services.budgets.model.ResourceTag
-
Packages that use ResourceTag Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of ResourceTag in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type ResourceTag Modifier and Type Method Description List<ResourceTag>CreateBudgetActionRequest. resourceTags()An optional list of tags to associate with the specified budget action.List<ResourceTag>CreateBudgetRequest. resourceTags()An optional list of tags to associate with the specified budget.List<ResourceTag>ListTagsForResourceResponse. resourceTags()The tags associated with the resource.List<ResourceTag>TagResourceRequest. resourceTags()The tags associated with the resource.Methods in software.amazon.awssdk.services.budgets.model with parameters of type ResourceTag Modifier and Type Method Description CreateBudgetActionRequest.BuilderCreateBudgetActionRequest.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specified budget action.CreateBudgetRequest.BuilderCreateBudgetRequest.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specified budget.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(ResourceTag... resourceTags)The tags associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. resourceTags(ResourceTag... resourceTags)The tags associated with the resource.Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type ResourceTag Modifier and Type Method Description CreateBudgetActionRequest.BuilderCreateBudgetActionRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specified budget action.CreateBudgetRequest.BuilderCreateBudgetRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specified budget.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)The tags associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)The tags associated with the resource.
-