Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.opensearchserverless Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseOpenSearchServerlessClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or set of tags from an OpenSearch Serverless resource.default UntagResourceResponseOpenSearchServerlessClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or set of tags from an OpenSearch Serverless resource.Methods in software.amazon.awssdk.services.opensearchserverless that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>OpenSearchServerlessAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or set of tags from an OpenSearch Serverless resource.default CompletableFuture<UntagResourceResponse>OpenSearchServerlessAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or set of tags from an OpenSearch Serverless resource.
-