Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.GetMonitorResponse
-
Packages that use GetMonitorResponse 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 GetMonitorResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return GetMonitorResponse Modifier and Type Method Description default GetMonitorResponseNetworkFlowMonitorClient. getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)Gets information about a monitor in Network Flow Monitor based on a monitor name.default GetMonitorResponseNetworkFlowMonitorClient. getMonitor(GetMonitorRequest getMonitorRequest)Gets information about a monitor in Network Flow Monitor based on a monitor name.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type GetMonitorResponse Modifier and Type Method Description default CompletableFuture<GetMonitorResponse>NetworkFlowMonitorAsyncClient. getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)Gets information about a monitor in Network Flow Monitor based on a monitor name.default CompletableFuture<GetMonitorResponse>NetworkFlowMonitorAsyncClient. getMonitor(GetMonitorRequest getMonitorRequest)Gets information about a monitor in Network Flow Monitor based on a monitor name.
-