Uses of Class
software.amazon.awssdk.services.elasticsearch.model.AddTagsResponse
-
Packages that use AddTagsResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of AddTagsResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return AddTagsResponse Modifier and Type Method Description default AddTagsResponseElasticsearchClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Attaches tags to an existing Elasticsearch domain.default AddTagsResponseElasticsearchClient. addTags(AddTagsRequest addTagsRequest)Attaches tags to an existing Elasticsearch domain.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type AddTagsResponse Modifier and Type Method Description default CompletableFuture<AddTagsResponse>ElasticsearchAsyncClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Attaches tags to an existing Elasticsearch domain.default CompletableFuture<AddTagsResponse>ElasticsearchAsyncClient. addTags(AddTagsRequest addTagsRequest)Attaches tags to an existing Elasticsearch domain.
-