Uses of Class
software.amazon.awssdk.services.pi.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponsePiClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves all the metadata tags associated with Amazon RDS Performance Insights resource.default ListTagsForResourceResponsePiClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves all the metadata tags associated with Amazon RDS Performance Insights resource.Methods in software.amazon.awssdk.services.pi that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PiAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves all the metadata tags associated with Amazon RDS Performance Insights resource.default CompletableFuture<ListTagsForResourceResponse>PiAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves all the metadata tags associated with Amazon RDS Performance Insights resource.
-