Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of Tag in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateTagsRequest. tags()Tags that you want to associate with one or more configuration items.List<Tag>DeleteTagsRequest. tags()Tags that you want to delete from one or more configuration items.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type Tag Modifier and Type Method Description CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Tag... tags)Tags that you want to associate with one or more configuration items.DeleteTagsRequest.BuilderDeleteTagsRequest.Builder. tags(Tag... tags)Tags that you want to delete from one or more configuration items.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type Tag Modifier and Type Method Description CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Collection<Tag> tags)Tags that you want to associate with one or more configuration items.DeleteTagsRequest.BuilderDeleteTagsRequest.Builder. tags(Collection<Tag> tags)Tags that you want to delete from one or more configuration items.
-