Uses of Class
software.amazon.awssdk.services.opensearch.model.ListTagsResponse
-
Packages that use ListTagsResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of ListTagsResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return ListTagsResponse Modifier and Type Method Description default ListTagsResponseOpenSearchClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Returns all resource tags for an Amazon OpenSearch Service domain, data source, or application.default ListTagsResponseOpenSearchClient. listTags(ListTagsRequest listTagsRequest)Returns all resource tags for an Amazon OpenSearch Service domain, data source, or application.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type ListTagsResponse Modifier and Type Method Description default CompletableFuture<ListTagsResponse>OpenSearchAsyncClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Returns all resource tags for an Amazon OpenSearch Service domain, data source, or application.default CompletableFuture<ListTagsResponse>OpenSearchAsyncClient. listTags(ListTagsRequest listTagsRequest)Returns all resource tags for an Amazon OpenSearch Service domain, data source, or application.
-