Uses of Class
software.amazon.awssdk.services.opensearch.model.AddTagsRequest
-
Packages that use AddTagsRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of AddTagsRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type AddTagsRequest Modifier and Type Method Description default CompletableFuture<AddTagsResponse>OpenSearchAsyncClient. addTags(AddTagsRequest 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. -
Uses of AddTagsRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type AddTagsRequest Modifier and Type Method Description SdkHttpFullRequestAddTagsRequestMarshaller. marshall(AddTagsRequest addTagsRequest)
-