Uses of Class
software.amazon.awssdk.services.osis.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.osis Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.osis
Methods in software.amazon.awssdk.services.osis that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseOsisClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from an OpenSearch Ingestion pipeline.default UntagResourceResponseOsisClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an OpenSearch Ingestion pipeline.Methods in software.amazon.awssdk.services.osis that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>OsisAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from an OpenSearch Ingestion pipeline.default CompletableFuture<UntagResourceResponse>OsisAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an OpenSearch Ingestion pipeline.
-