Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.opensearchserverless Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies.software.amazon.awssdk.services.opensearchserverless.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>OpenSearchServerlessAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns the tags for an OpenSearch Serverless resource.default ListTagsForResourceResponseOpenSearchServerlessClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns the tags for an OpenSearch Serverless resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.opensearchserverless.transform
Methods in software.amazon.awssdk.services.opensearchserverless.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-