Uses of Class
software.amazon.awssdk.services.osis.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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 UntagResourceRequest in software.amazon.awssdk.services.osis
Methods in software.amazon.awssdk.services.osis with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>OsisAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.osis.transform
Methods in software.amazon.awssdk.services.osis.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-