Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.CreateMonitorRequest
-
Packages that use CreateMonitorRequest 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.software.amazon.awssdk.services.networkflowmonitor.transform -
-
Uses of CreateMonitorRequest in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor with parameters of type CreateMonitorRequest Modifier and Type Method Description 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.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. -
Uses of CreateMonitorRequest in software.amazon.awssdk.services.networkflowmonitor.transform
Methods in software.amazon.awssdk.services.networkflowmonitor.transform with parameters of type CreateMonitorRequest Modifier and Type Method Description SdkHttpFullRequestCreateMonitorRequestMarshaller. marshall(CreateMonitorRequest createMonitorRequest)
-