Uses of Class
software.amazon.awssdk.services.workmail.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of Tag in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.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.List<Tag>TagResourceRequest. tags()The tag key-value pairs.Methods in software.amazon.awssdk.services.workmail.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tag key-value pairs.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tag key-value pairs.Method parameters in software.amazon.awssdk.services.workmail.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.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tag key-value pairs.
-