Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.NetworkFlowMonitorBaseClientBuilder
-
Packages that use NetworkFlowMonitorBaseClientBuilder Package Description software.amazon.awssdk.services.networkflowmonitor Network Flow Monitor is a feature of Amazon CloudWatch Network Monitoring that provides visibility into the performance of network flows for your Amazon Web Services workloads, between instances in subnets, as well as to and from Amazon Web Services. -
-
Uses of NetworkFlowMonitorBaseClientBuilder in software.amazon.awssdk.services.networkflowmonitor
Classes in software.amazon.awssdk.services.networkflowmonitor with type parameters of type NetworkFlowMonitorBaseClientBuilder Modifier and Type Interface Description interfaceNetworkFlowMonitorBaseClientBuilder<B extends NetworkFlowMonitorBaseClientBuilder<B,C>,C>This includes configuration specific to Network Flow Monitor that is supported by bothNetworkFlowMonitorClientBuilderandNetworkFlowMonitorAsyncClientBuilder.Subinterfaces of NetworkFlowMonitorBaseClientBuilder in software.amazon.awssdk.services.networkflowmonitor Modifier and Type Interface Description interfaceNetworkFlowMonitorAsyncClientBuilderA builder for creating an instance ofNetworkFlowMonitorAsyncClient.interfaceNetworkFlowMonitorClientBuilderA builder for creating an instance ofNetworkFlowMonitorClient.
-