Uses of Class
software.amazon.awssdk.services.clouddirectory.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of Tag in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. tags()A list of tag key value pairs that are associated with the response.List<Tag>TagResourceRequest. tags()A list of tag key-value pairs.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tag key value pairs that are associated with the response.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tag key-value pairs.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tag key value pairs that are associated with the response.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tag key-value pairs.
-