Uses of Class
software.amazon.awssdk.services.pi.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights software.amazon.awssdk.services.pi.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PiAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the metadata tags from the Amazon RDS Performance Insights resource.default UntagResourceResponsePiClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the metadata tags from the Amazon RDS Performance Insights resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.pi.transform
Methods in software.amazon.awssdk.services.pi.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-