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