Uses of Class
software.amazon.awssdk.services.opensearch.model.AddTagsResponse
-
Packages that use AddTagsResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of AddTagsResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return AddTagsResponse Modifier and Type Method Description default AddTagsResponseOpenSearchClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Attaches tags to an existing Amazon OpenSearch Service domain, data source, or application.default AddTagsResponseOpenSearchClient. addTags(AddTagsRequest addTagsRequest)Attaches tags to an existing Amazon OpenSearch Service domain, data source, or application.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type AddTagsResponse Modifier and Type Method Description default CompletableFuture<AddTagsResponse>OpenSearchAsyncClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Attaches tags to an existing Amazon OpenSearch Service domain, data source, or application.default CompletableFuture<AddTagsResponse>OpenSearchAsyncClient. addTags(AddTagsRequest addTagsRequest)Attaches tags to an existing Amazon OpenSearch Service domain, data source, or application.
-