Uses of Class
software.amazon.awssdk.services.rum.model.ListAppMonitorsResponse
-
Packages that use ListAppMonitorsResponse 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 ListAppMonitorsResponse in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return ListAppMonitorsResponse Modifier and Type Method Description default ListAppMonitorsResponseRumClient. listAppMonitors(Consumer<ListAppMonitorsRequest.Builder> listAppMonitorsRequest)Returns a list of the Amazon CloudWatch RUM app monitors in the account.default ListAppMonitorsResponseRumClient. listAppMonitors(ListAppMonitorsRequest listAppMonitorsRequest)Returns a list of the Amazon CloudWatch RUM app monitors in the account.Methods in software.amazon.awssdk.services.rum that return types with arguments of type ListAppMonitorsResponse Modifier and Type Method Description default CompletableFuture<ListAppMonitorsResponse>RumAsyncClient. listAppMonitors(Consumer<ListAppMonitorsRequest.Builder> listAppMonitorsRequest)Returns a list of the Amazon CloudWatch RUM app monitors in the account.default CompletableFuture<ListAppMonitorsResponse>RumAsyncClient. listAppMonitors(ListAppMonitorsRequest listAppMonitorsRequest)Returns a list of the Amazon CloudWatch RUM app monitors in the account. -
Uses of ListAppMonitorsResponse in software.amazon.awssdk.services.rum.paginators
Methods in software.amazon.awssdk.services.rum.paginators that return types with arguments of type ListAppMonitorsResponse Modifier and Type Method Description Iterator<ListAppMonitorsResponse>ListAppMonitorsIterable. iterator()Method parameters in software.amazon.awssdk.services.rum.paginators with type arguments of type ListAppMonitorsResponse Modifier and Type Method Description voidListAppMonitorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppMonitorsResponse> subscriber)
-