Uses of Class
software.amazon.awssdk.services.pi.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights software.amazon.awssdk.services.pi.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PiAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.pi.transform
Methods in software.amazon.awssdk.services.pi.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-