Uses of Class
software.amazon.awssdk.services.osis.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.osis Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.osis
Methods in software.amazon.awssdk.services.osis that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseOsisClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags an OpenSearch Ingestion pipeline.default TagResourceResponseOsisClient. tagResource(TagResourceRequest tagResourceRequest)Tags an OpenSearch Ingestion pipeline.Methods in software.amazon.awssdk.services.osis that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>OsisAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags an OpenSearch Ingestion pipeline.default CompletableFuture<TagResourceResponse>OsisAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags an OpenSearch Ingestion pipeline.
-