Uses of Class
software.amazon.awssdk.services.rum.model.ListRumMetricsDestinationsResponse
-
Packages that use ListRumMetricsDestinationsResponse 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.paginators -
-
Uses of ListRumMetricsDestinationsResponse in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return ListRumMetricsDestinationsResponse Modifier and Type Method Description default ListRumMetricsDestinationsResponseRumClient. listRumMetricsDestinations(Consumer<ListRumMetricsDestinationsRequest.Builder> listRumMetricsDestinationsRequest)Returns a list of destinations that you have created to receive RUM extended metrics, for the specified app monitor.default ListRumMetricsDestinationsResponseRumClient. listRumMetricsDestinations(ListRumMetricsDestinationsRequest listRumMetricsDestinationsRequest)Returns a list of destinations that you have created to receive RUM extended metrics, for the specified app monitor.Methods in software.amazon.awssdk.services.rum that return types with arguments of type ListRumMetricsDestinationsResponse Modifier and Type Method Description default CompletableFuture<ListRumMetricsDestinationsResponse>RumAsyncClient. listRumMetricsDestinations(Consumer<ListRumMetricsDestinationsRequest.Builder> listRumMetricsDestinationsRequest)Returns a list of destinations that you have created to receive RUM extended metrics, for the specified app monitor.default CompletableFuture<ListRumMetricsDestinationsResponse>RumAsyncClient. listRumMetricsDestinations(ListRumMetricsDestinationsRequest listRumMetricsDestinationsRequest)Returns a list of destinations that you have created to receive RUM extended metrics, for the specified app monitor. -
Uses of ListRumMetricsDestinationsResponse in software.amazon.awssdk.services.rum.paginators
Methods in software.amazon.awssdk.services.rum.paginators that return types with arguments of type ListRumMetricsDestinationsResponse Modifier and Type Method Description Iterator<ListRumMetricsDestinationsResponse>ListRumMetricsDestinationsIterable. iterator()Method parameters in software.amazon.awssdk.services.rum.paginators with type arguments of type ListRumMetricsDestinationsResponse Modifier and Type Method Description voidListRumMetricsDestinationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRumMetricsDestinationsResponse> subscriber)
-