Uses of Interface
software.amazon.awssdk.services.internetmonitor.InternetMonitorAsyncClient
-
Packages that use InternetMonitorAsyncClient 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 InternetMonitorAsyncClient in software.amazon.awssdk.services.internetmonitor
Methods in software.amazon.awssdk.services.internetmonitor that return InternetMonitorAsyncClient Modifier and Type Method Description static InternetMonitorAsyncClientInternetMonitorAsyncClient. create()Create aInternetMonitorAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of InternetMonitorAsyncClient in software.amazon.awssdk.services.internetmonitor.paginators
Constructors in software.amazon.awssdk.services.internetmonitor.paginators with parameters of type InternetMonitorAsyncClient Constructor Description GetQueryResultsPublisher(InternetMonitorAsyncClient client, GetQueryResultsRequest firstRequest)ListHealthEventsPublisher(InternetMonitorAsyncClient client, ListHealthEventsRequest firstRequest)ListInternetEventsPublisher(InternetMonitorAsyncClient client, ListInternetEventsRequest firstRequest)ListMonitorsPublisher(InternetMonitorAsyncClient client, ListMonitorsRequest firstRequest)
-