Uses of Class
software.amazon.awssdk.services.voiceid.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of Tag in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateDomainRequest. tags()A list of tags you want added to the domain.List<Tag>ListTagsForResourceResponse. tags()The list of tags associated with the specified resource.List<Tag>TagResourceRequest. tags()The list of tags to assign to the specified resource.Methods in software.amazon.awssdk.services.voiceid.model with parameters of type Tag Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. tags(Tag... tags)A list of tags you want added to the domain.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The list of tags associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The list of tags to assign to the specified resource.Method parameters in software.amazon.awssdk.services.voiceid.model with type arguments of type Tag Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. tags(Collection<Tag> tags)A list of tags you want added to the domain.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The list of tags associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The list of tags to assign to the specified resource.
-