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