Uses of Class
software.amazon.awssdk.services.internetmonitor.model.StopQueryResponse
-
Packages that use StopQueryResponse 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 StopQueryResponse in software.amazon.awssdk.services.internetmonitor
Methods in software.amazon.awssdk.services.internetmonitor that return StopQueryResponse Modifier and Type Method Description default StopQueryResponseInternetMonitorClient. stopQuery(Consumer<StopQueryRequest.Builder> stopQueryRequest)Stop a query that is progress for a specific monitor.default StopQueryResponseInternetMonitorClient. stopQuery(StopQueryRequest stopQueryRequest)Stop a query that is progress for a specific monitor.Methods in software.amazon.awssdk.services.internetmonitor that return types with arguments of type StopQueryResponse Modifier and Type Method Description default CompletableFuture<StopQueryResponse>InternetMonitorAsyncClient. stopQuery(Consumer<StopQueryRequest.Builder> stopQueryRequest)Stop a query that is progress for a specific monitor.default CompletableFuture<StopQueryResponse>InternetMonitorAsyncClient. stopQuery(StopQueryRequest stopQueryRequest)Stop a query that is progress for a specific monitor.
-