Uses of Class
software.amazon.awssdk.services.osis.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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 ListTagsForResourceRequest in software.amazon.awssdk.services.osis
Methods in software.amazon.awssdk.services.osis with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>OsisAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all resource tags associated with an OpenSearch Ingestion pipeline.default ListTagsForResourceResponseOsisClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all resource tags associated with an OpenSearch Ingestion pipeline. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.osis.transform
Methods in software.amazon.awssdk.services.osis.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-