Uses of Class
software.amazon.awssdk.services.pi.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights software.amazon.awssdk.services.pi.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>PiAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds metadata tags to the Amazon RDS Performance Insights resource.default TagResourceResponsePiClient. tagResource(TagResourceRequest tagResourceRequest)Adds metadata tags to the Amazon RDS Performance Insights resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.pi.transform
Methods in software.amazon.awssdk.services.pi.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-