Uses of Class
software.amazon.awssdk.services.applicationinsights.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of Tag in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateApplicationRequest. tags()List of tags to add to the application.List<Tag>ListTagsForResourceResponse. tags()An array that lists all the tags that are associated with the application.List<Tag>TagResourceRequest. tags()A list of tags that to add to the application.Methods in software.amazon.awssdk.services.applicationinsights.model with parameters of type Tag Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Tag... tags)List of tags to add to the application.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)An array that lists all the tags that are associated with the application.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tags that to add to the application.Method parameters in software.amazon.awssdk.services.applicationinsights.model with type arguments of type Tag Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Collection<Tag> tags)List of tags to add to the application.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)An array that lists all the tags that are associated with the application.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags that to add to the application.
-