Uses of Class
software.amazon.awssdk.services.opensearch.model.RemoveTagsResponse
-
Packages that use RemoveTagsResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of RemoveTagsResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return RemoveTagsResponse Modifier and Type Method Description default RemoveTagsResponseOpenSearchClient. removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)Removes the specified set of tags from an Amazon OpenSearch Service domain, data source, or application.default RemoveTagsResponseOpenSearchClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes the specified set of tags from an Amazon OpenSearch Service domain, data source, or application.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type RemoveTagsResponse Modifier and Type Method Description default CompletableFuture<RemoveTagsResponse>OpenSearchAsyncClient. removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)Removes the specified set of tags from an Amazon OpenSearch Service domain, data source, or application.default CompletableFuture<RemoveTagsResponse>OpenSearchAsyncClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes the specified set of tags from an Amazon OpenSearch Service domain, data source, or application.
-