Uses of Class
software.amazon.awssdk.services.elasticsearch.model.RemoveTagsRequest
-
Packages that use RemoveTagsRequest Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.transform -
-
Uses of RemoveTagsRequest in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch with parameters of type RemoveTagsRequest Modifier and Type Method Description default CompletableFuture<RemoveTagsResponse>ElasticsearchAsyncClient. removeTags(RemoveTagsRequest 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. -
Uses of RemoveTagsRequest in software.amazon.awssdk.services.elasticsearch.transform
Methods in software.amazon.awssdk.services.elasticsearch.transform with parameters of type RemoveTagsRequest Modifier and Type Method Description SdkHttpFullRequestRemoveTagsRequestMarshaller. marshall(RemoveTagsRequest removeTagsRequest)
-