Uses of Class
software.amazon.awssdk.services.pi.model.UntagResourceResponse
Packages that use UntagResourceResponse
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi that return UntagResourceResponseModifier and TypeMethodDescriptiondefault 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 UntagResourceResponseModifier and TypeMethodDescriptiondefault 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.