Uses of Interface
software.amazon.awssdk.services.internetmonitor.InternetMonitorBaseClientBuilder
-
Packages that use InternetMonitorBaseClientBuilder 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. -
-
Uses of InternetMonitorBaseClientBuilder in software.amazon.awssdk.services.internetmonitor
Classes in software.amazon.awssdk.services.internetmonitor with type parameters of type InternetMonitorBaseClientBuilder Modifier and Type Interface Description interfaceInternetMonitorBaseClientBuilder<B extends InternetMonitorBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon CloudWatch Internet Monitor that is supported by bothInternetMonitorClientBuilderandInternetMonitorAsyncClientBuilder.Subinterfaces of InternetMonitorBaseClientBuilder in software.amazon.awssdk.services.internetmonitor Modifier and Type Interface Description interfaceInternetMonitorAsyncClientBuilderA builder for creating an instance ofInternetMonitorAsyncClient.interfaceInternetMonitorClientBuilderA builder for creating an instance ofInternetMonitorClient.
-