Uses of Class
software.amazon.awssdk.services.ssmquicksetup.model.TagEntry
-
Packages that use TagEntry Package Description software.amazon.awssdk.services.ssmquicksetup.model -
-
Uses of TagEntry in software.amazon.awssdk.services.ssmquicksetup.model
Methods in software.amazon.awssdk.services.ssmquicksetup.model that return types with arguments of type TagEntry Modifier and Type Method Description List<TagEntry>ListTagsForResourceResponse. tags()Key-value pairs of metadata assigned to the resource.Methods in software.amazon.awssdk.services.ssmquicksetup.model with parameters of type TagEntry Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(TagEntry... tags)Key-value pairs of metadata assigned to the resource.Method parameters in software.amazon.awssdk.services.ssmquicksetup.model with type arguments of type TagEntry Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<TagEntry> tags)Key-value pairs of metadata assigned to the resource.
-