Uses of Class
software.amazon.awssdk.services.pi.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponsePiClient. untagResource(Consumer<UntagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.pi that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PiAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the metadata tags from the Amazon RDS Performance Insights resource.default CompletableFuture<UntagResourceResponse>PiAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the metadata tags from the Amazon RDS Performance Insights resource.
-