Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.CreateMonitorResponse
-
Packages that use CreateMonitorResponse 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 CreateMonitorResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return CreateMonitorResponse Modifier and Type Method Description default CreateMonitorResponseNetworkFlowMonitorClient. createMonitor(Consumer<CreateMonitorRequest.Builder> createMonitorRequest)Create a monitor for specific network flows between local and remote resources, so that you can monitor network performance for one or several of your workloads.default CreateMonitorResponseNetworkFlowMonitorClient. createMonitor(CreateMonitorRequest createMonitorRequest)Create a monitor for specific network flows between local and remote resources, so that you can monitor network performance for one or several of your workloads.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type CreateMonitorResponse Modifier and Type Method Description default CompletableFuture<CreateMonitorResponse>NetworkFlowMonitorAsyncClient. createMonitor(Consumer<CreateMonitorRequest.Builder> createMonitorRequest)Create a monitor for specific network flows between local and remote resources, so that you can monitor network performance for one or several of your workloads.default CompletableFuture<CreateMonitorResponse>NetworkFlowMonitorAsyncClient. createMonitor(CreateMonitorRequest createMonitorRequest)Create a monitor for specific network flows between local and remote resources, so that you can monitor network performance for one or several of your workloads.
-