Uses of Class
software.amazon.awssdk.services.internetmonitor.model.StartQueryResponse
-
Packages that use StartQueryResponse 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 StartQueryResponse in software.amazon.awssdk.services.internetmonitor
Methods in software.amazon.awssdk.services.internetmonitor that return StartQueryResponse Modifier and Type Method Description default StartQueryResponseInternetMonitorClient. startQuery(Consumer<StartQueryRequest.Builder> startQueryRequest)Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query interface.default StartQueryResponseInternetMonitorClient. startQuery(StartQueryRequest startQueryRequest)Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query interface.Methods in software.amazon.awssdk.services.internetmonitor that return types with arguments of type StartQueryResponse Modifier and Type Method Description default CompletableFuture<StartQueryResponse>InternetMonitorAsyncClient. startQuery(Consumer<StartQueryRequest.Builder> startQueryRequest)Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query interface.default CompletableFuture<StartQueryResponse>InternetMonitorAsyncClient. startQuery(StartQueryRequest startQueryRequest)Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query interface.
-