Uses of Class
software.amazon.awssdk.services.translate.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.translate.model -
-
Uses of Tag in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateParallelDataRequest. tags()Tags to be associated with this resource.List<Tag>ImportTerminologyRequest. tags()Tags to be associated with this resource.List<Tag>ListTagsForResourceResponse. tags()Tags associated with the Amazon Translate resource being queried.List<Tag>TagResourceRequest. tags()Tags being associated with a specific Amazon Translate resource.Methods in software.amazon.awssdk.services.translate.model with parameters of type Tag Modifier and Type Method Description CreateParallelDataRequest.BuilderCreateParallelDataRequest.Builder. tags(Tag... tags)Tags to be associated with this resource.ImportTerminologyRequest.BuilderImportTerminologyRequest.Builder. tags(Tag... tags)Tags to be associated with this resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Tags associated with the Amazon Translate resource being queried.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Tags being associated with a specific Amazon Translate resource.Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type Tag Modifier and Type Method Description CreateParallelDataRequest.BuilderCreateParallelDataRequest.Builder. tags(Collection<Tag> tags)Tags to be associated with this resource.ImportTerminologyRequest.BuilderImportTerminologyRequest.Builder. tags(Collection<Tag> tags)Tags to be associated with this resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Tags associated with the Amazon Translate resource being queried.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Tags being associated with a specific Amazon Translate resource.
-