Uses of Class
software.amazon.awssdk.services.osis.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.osis Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.osis
Methods in software.amazon.awssdk.services.osis that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseOsisClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.osis that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>OsisAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all resource tags associated with an OpenSearch Ingestion pipeline.default CompletableFuture<ListTagsForResourceResponse>OsisAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all resource tags associated with an OpenSearch Ingestion pipeline.
-