Uses of Class
software.amazon.awssdk.services.networkmonitor.model.GetMonitorResponse
-
Packages that use GetMonitorResponse 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 GetMonitorResponse in software.amazon.awssdk.services.networkmonitor
Methods in software.amazon.awssdk.services.networkmonitor that return GetMonitorResponse Modifier and Type Method Description default GetMonitorResponseNetworkMonitorClient. getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)Returns details about a specific monitor.default GetMonitorResponseNetworkMonitorClient. getMonitor(GetMonitorRequest getMonitorRequest)Returns details about a specific monitor.Methods in software.amazon.awssdk.services.networkmonitor that return types with arguments of type GetMonitorResponse Modifier and Type Method Description default CompletableFuture<GetMonitorResponse>NetworkMonitorAsyncClient. getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)Returns details about a specific monitor.default CompletableFuture<GetMonitorResponse>NetworkMonitorAsyncClient. getMonitor(GetMonitorRequest getMonitorRequest)Returns details about a specific monitor.
-