Uses of Class
software.amazon.awssdk.services.rum.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>RumAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource.default TagResourceResponseRumClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.rum.transform
Methods in software.amazon.awssdk.services.rum.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-