Uses of Class
software.amazon.awssdk.services.elasticsearch.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of Tag in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsRequest. tagList()List ofTagthat need to be added for the Elasticsearch domain.List<Tag>CreateElasticsearchDomainRequest. tagList()A list ofTagadded during domain creation.List<Tag>ListTagsResponse. tagList()List ofTagfor the requested Elasticsearch domain.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tagList(Tag... tagList)List ofTagthat need to be added for the Elasticsearch domain.CreateElasticsearchDomainRequest.BuilderCreateElasticsearchDomainRequest.Builder. tagList(Tag... tagList)A list ofTagadded during domain creation.ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Tag... tagList)List ofTagfor the requested Elasticsearch domain.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tagList(Collection<Tag> tagList)List ofTagthat need to be added for the Elasticsearch domain.CreateElasticsearchDomainRequest.BuilderCreateElasticsearchDomainRequest.Builder. tagList(Collection<Tag> tagList)A list ofTagadded during domain creation.ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Collection<Tag> tagList)List ofTagfor the requested Elasticsearch domain.
-