Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of Tag in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateChannelFlowRequest. tags()The tags for the creation request.List<Tag>CreateChannelRequest. tags()The tags for the creation request.List<Tag>ListTagsForResourceResponse. tags()The tag key-value pairs.List<Tag>TagResourceRequest. tags()The tag key-value pairs.Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type Tag Modifier and Type Method Description CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. tags(Tag... tags)The tags for the creation request.CreateChannelRequest.BuilderCreateChannelRequest.Builder. tags(Tag... tags)The tags for the creation request.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tag key-value pairs.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tag key-value pairs.Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type Tag Modifier and Type Method Description CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. tags(Collection<Tag> tags)The tags for the creation request.CreateChannelRequest.BuilderCreateChannelRequest.Builder. tags(Collection<Tag> tags)The tags for the creation request.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tag key-value pairs.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tag key-value pairs.
-