Uses of Class
software.amazon.awssdk.services.rum.model.DeleteRumMetricsDestinationRequest
-
Packages that use DeleteRumMetricsDestinationRequest 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 DeleteRumMetricsDestinationRequest in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum with parameters of type DeleteRumMetricsDestinationRequest Modifier and Type Method Description default CompletableFuture<DeleteRumMetricsDestinationResponse>RumAsyncClient. deleteRumMetricsDestination(DeleteRumMetricsDestinationRequest deleteRumMetricsDestinationRequest)Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination.default DeleteRumMetricsDestinationResponseRumClient. deleteRumMetricsDestination(DeleteRumMetricsDestinationRequest deleteRumMetricsDestinationRequest)Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination. -
Uses of DeleteRumMetricsDestinationRequest in software.amazon.awssdk.services.rum.transform
Methods in software.amazon.awssdk.services.rum.transform with parameters of type DeleteRumMetricsDestinationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteRumMetricsDestinationRequestMarshaller. marshall(DeleteRumMetricsDestinationRequest deleteRumMetricsDestinationRequest)
-