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