Uses of Class
software.amazon.awssdk.services.internetmonitor.model.ListHealthEventsResponse
-
Packages that use ListHealthEventsResponse Package Description software.amazon.awssdk.services.internetmonitor Amazon CloudWatch Internet Monitor provides visibility into how internet issues impact the performance and availability between your applications hosted on Amazon Web Services and your end users.software.amazon.awssdk.services.internetmonitor.paginators -
-
Uses of ListHealthEventsResponse in software.amazon.awssdk.services.internetmonitor
Methods in software.amazon.awssdk.services.internetmonitor that return ListHealthEventsResponse Modifier and Type Method Description default ListHealthEventsResponseInternetMonitorClient. listHealthEvents(Consumer<ListHealthEventsRequest.Builder> listHealthEventsRequest)Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.default ListHealthEventsResponseInternetMonitorClient. listHealthEvents(ListHealthEventsRequest listHealthEventsRequest)Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.Methods in software.amazon.awssdk.services.internetmonitor that return types with arguments of type ListHealthEventsResponse Modifier and Type Method Description default CompletableFuture<ListHealthEventsResponse>InternetMonitorAsyncClient. listHealthEvents(Consumer<ListHealthEventsRequest.Builder> listHealthEventsRequest)Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.default CompletableFuture<ListHealthEventsResponse>InternetMonitorAsyncClient. listHealthEvents(ListHealthEventsRequest listHealthEventsRequest)Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. -
Uses of ListHealthEventsResponse in software.amazon.awssdk.services.internetmonitor.paginators
Methods in software.amazon.awssdk.services.internetmonitor.paginators that return types with arguments of type ListHealthEventsResponse Modifier and Type Method Description Iterator<ListHealthEventsResponse>ListHealthEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.internetmonitor.paginators with type arguments of type ListHealthEventsResponse Modifier and Type Method Description voidListHealthEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListHealthEventsResponse> subscriber)
-