Uses of Interface
software.amazon.awssdk.services.networkmonitor.NetworkMonitorBaseClientBuilder
-
Packages that use NetworkMonitorBaseClientBuilder Package Description software.amazon.awssdk.services.networkmonitor Amazon CloudWatch Network Monitor is an Amazon Web Services active network monitoring service that identifies if a network issues exists within the Amazon Web Services network or your own company network. -
-
Uses of NetworkMonitorBaseClientBuilder in software.amazon.awssdk.services.networkmonitor
Classes in software.amazon.awssdk.services.networkmonitor with type parameters of type NetworkMonitorBaseClientBuilder Modifier and Type Interface Description interfaceNetworkMonitorBaseClientBuilder<B extends NetworkMonitorBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon CloudWatch Network Monitor that is supported by bothNetworkMonitorClientBuilderandNetworkMonitorAsyncClientBuilder.Subinterfaces of NetworkMonitorBaseClientBuilder in software.amazon.awssdk.services.networkmonitor Modifier and Type Interface Description interfaceNetworkMonitorAsyncClientBuilderA builder for creating an instance ofNetworkMonitorAsyncClient.interfaceNetworkMonitorClientBuilderA builder for creating an instance ofNetworkMonitorClient.
-