Uses of Class
software.amazon.awssdk.services.opensearch.model.ListTagsRequest
-
Packages that use ListTagsRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of ListTagsRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type ListTagsRequest Modifier and Type Method Description default CompletableFuture<ListTagsResponse>OpenSearchAsyncClient. listTags(ListTagsRequest 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. -
Uses of ListTagsRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type ListTagsRequest Modifier and Type Method Description SdkHttpFullRequestListTagsRequestMarshaller. marshall(ListTagsRequest listTagsRequest)
-