Uses of Class
software.amazon.awssdk.services.internetmonitor.model.ListInternetEventsResponse
-
Packages that use ListInternetEventsResponse 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 ListInternetEventsResponse in software.amazon.awssdk.services.internetmonitor
Methods in software.amazon.awssdk.services.internetmonitor that return ListInternetEventsResponse Modifier and Type Method Description default ListInternetEventsResponseInternetMonitorClient. listInternetEvents(Consumer<ListInternetEventsRequest.Builder> listInternetEventsRequest)Lists internet events that cause performance or availability issues for client locations.default ListInternetEventsResponseInternetMonitorClient. listInternetEvents(ListInternetEventsRequest listInternetEventsRequest)Lists internet events that cause performance or availability issues for client locations.Methods in software.amazon.awssdk.services.internetmonitor that return types with arguments of type ListInternetEventsResponse Modifier and Type Method Description default CompletableFuture<ListInternetEventsResponse>InternetMonitorAsyncClient. listInternetEvents(Consumer<ListInternetEventsRequest.Builder> listInternetEventsRequest)Lists internet events that cause performance or availability issues for client locations.default CompletableFuture<ListInternetEventsResponse>InternetMonitorAsyncClient. listInternetEvents(ListInternetEventsRequest listInternetEventsRequest)Lists internet events that cause performance or availability issues for client locations. -
Uses of ListInternetEventsResponse in software.amazon.awssdk.services.internetmonitor.paginators
Methods in software.amazon.awssdk.services.internetmonitor.paginators that return types with arguments of type ListInternetEventsResponse Modifier and Type Method Description Iterator<ListInternetEventsResponse>ListInternetEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.internetmonitor.paginators with type arguments of type ListInternetEventsResponse Modifier and Type Method Description voidListInternetEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInternetEventsResponse> subscriber)
-