Uses of Class
software.amazon.awssdk.services.rum.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.rum.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>RumAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.default UntagResourceResponseRumClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.rum.transform
Methods in software.amazon.awssdk.services.rum.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-