Uses of Class
software.amazon.awssdk.services.invoicing.model.ResourceTag
-
Packages that use ResourceTag Package Description software.amazon.awssdk.services.invoicing.model -
-
Uses of ResourceTag in software.amazon.awssdk.services.invoicing.model
Methods in software.amazon.awssdk.services.invoicing.model that return types with arguments of type ResourceTag Modifier and Type Method Description List<ResourceTag>CreateInvoiceUnitRequest. resourceTags()The tag structure that contains a tag key and value.List<ResourceTag>ListTagsForResourceResponse. resourceTags()Adds a tag to a resource.List<ResourceTag>TagResourceRequest. resourceTags()Adds a tag to a resource.Methods in software.amazon.awssdk.services.invoicing.model with parameters of type ResourceTag Modifier and Type Method Description CreateInvoiceUnitRequest.BuilderCreateInvoiceUnitRequest.Builder. resourceTags(ResourceTag... resourceTags)The tag structure that contains a tag key and value.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(ResourceTag... resourceTags)Adds a tag to a resource.TagResourceRequest.BuilderTagResourceRequest.Builder. resourceTags(ResourceTag... resourceTags)Adds a tag to a resource.Method parameters in software.amazon.awssdk.services.invoicing.model with type arguments of type ResourceTag Modifier and Type Method Description CreateInvoiceUnitRequest.BuilderCreateInvoiceUnitRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)The tag structure that contains a tag key and value.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)Adds a tag to a resource.TagResourceRequest.BuilderTagResourceRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)Adds a tag to a resource.
-