Uses of Class
software.amazon.awssdk.services.internetmonitor.model.GetMonitorResponse
-
Packages that use GetMonitorResponse Package Description software.amazon.awssdk.services.internetmonitor Amazon CloudWatch Internet Monitor provides visibility into how internet issues impact the performance and availability between your applications hosted on Amazon Web Services and your end users. -
-
Uses of GetMonitorResponse in software.amazon.awssdk.services.internetmonitor
Methods in software.amazon.awssdk.services.internetmonitor that return GetMonitorResponse Modifier and Type Method Description default GetMonitorResponseInternetMonitorClient. getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.default GetMonitorResponseInternetMonitorClient. getMonitor(GetMonitorRequest getMonitorRequest)Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.Methods in software.amazon.awssdk.services.internetmonitor that return types with arguments of type GetMonitorResponse Modifier and Type Method Description default CompletableFuture<GetMonitorResponse>InternetMonitorAsyncClient. getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.default CompletableFuture<GetMonitorResponse>InternetMonitorAsyncClient. getMonitor(GetMonitorRequest getMonitorRequest)Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
-