Uses of Class
software.amazon.awssdk.services.rum.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.rum With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about your web application performance from actual user sessions in real time. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseRumClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default UntagResourceResponseRumClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.Methods in software.amazon.awssdk.services.rum that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>RumAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default CompletableFuture<UntagResourceResponse>RumAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.
-