Uses of Class
software.amazon.awssdk.services.networkmonitor.model.CreateMonitorResponse
-
Packages that use CreateMonitorResponse 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 CreateMonitorResponse in software.amazon.awssdk.services.networkmonitor
Methods in software.amazon.awssdk.services.networkmonitor that return CreateMonitorResponse Modifier and Type Method Description default CreateMonitorResponseNetworkMonitorClient. createMonitor(Consumer<CreateMonitorRequest.Builder> createMonitorRequest)Creates a monitor between a source subnet and destination IP address.default CreateMonitorResponseNetworkMonitorClient. createMonitor(CreateMonitorRequest createMonitorRequest)Creates a monitor between a source subnet and destination IP address.Methods in software.amazon.awssdk.services.networkmonitor that return types with arguments of type CreateMonitorResponse Modifier and Type Method Description default CompletableFuture<CreateMonitorResponse>NetworkMonitorAsyncClient. createMonitor(Consumer<CreateMonitorRequest.Builder> createMonitorRequest)Creates a monitor between a source subnet and destination IP address.default CompletableFuture<CreateMonitorResponse>NetworkMonitorAsyncClient. createMonitor(CreateMonitorRequest createMonitorRequest)Creates a monitor between a source subnet and destination IP address.
-