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