Uses of Class
software.amazon.awssdk.services.elasticsearch.model.RemoveTagsResponse
-
Packages that use RemoveTagsResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of RemoveTagsResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return RemoveTagsResponse Modifier and Type Method Description default RemoveTagsResponseElasticsearchClient. removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)Removes the specified set of tags from the specified Elasticsearch domain.default RemoveTagsResponseElasticsearchClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes the specified set of tags from the specified Elasticsearch domain.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type RemoveTagsResponse Modifier and Type Method Description default CompletableFuture<RemoveTagsResponse>ElasticsearchAsyncClient. removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)Removes the specified set of tags from the specified Elasticsearch domain.default CompletableFuture<RemoveTagsResponse>ElasticsearchAsyncClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes the specified set of tags from the specified Elasticsearch domain.
-