Uses of Class
software.amazon.awssdk.services.billing.model.ResourceTag
-
Packages that use ResourceTag Package Description software.amazon.awssdk.services.billing.model -
-
Uses of ResourceTag in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type ResourceTag Modifier and Type Method Description List<ResourceTag>CreateBillingViewRequest. resourceTags()A list of key value map specifying tags associated to the billing view being created.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 that are associated with the resource.Methods in software.amazon.awssdk.services.billing.model with parameters of type ResourceTag Modifier and Type Method Description CreateBillingViewRequest.BuilderCreateBillingViewRequest.Builder. resourceTags(ResourceTag... resourceTags)A list of key value map specifying tags associated to the billing view being created.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 that are associated with the resource.Method parameters in software.amazon.awssdk.services.billing.model with type arguments of type ResourceTag Modifier and Type Method Description CreateBillingViewRequest.BuilderCreateBillingViewRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)A list of key value map specifying tags associated to the billing view being created.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 that are associated with the resource.
-