| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
StartQueryResult |
AmazonInternetMonitorClient.startQuery(StartQueryRequest request)
Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query
interface.
|
StartQueryResult |
AbstractAmazonInternetMonitor.startQuery(StartQueryRequest request) |
StartQueryResult |
AmazonInternetMonitor.startQuery(StartQueryRequest startQueryRequest)
Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query
interface.
|
Future<StartQueryResult> |
AbstractAmazonInternetMonitorAsync.startQueryAsync(StartQueryRequest request) |
Future<StartQueryResult> |
AmazonInternetMonitorAsyncClient.startQueryAsync(StartQueryRequest request) |
Future<StartQueryResult> |
AmazonInternetMonitorAsync.startQueryAsync(StartQueryRequest startQueryRequest)
Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query
interface.
|
Future<StartQueryResult> |
AbstractAmazonInternetMonitorAsync.startQueryAsync(StartQueryRequest request,
AsyncHandler<StartQueryRequest,StartQueryResult> asyncHandler) |
Future<StartQueryResult> |
AmazonInternetMonitorAsyncClient.startQueryAsync(StartQueryRequest request,
AsyncHandler<StartQueryRequest,StartQueryResult> asyncHandler) |
Future<StartQueryResult> |
AmazonInternetMonitorAsync.startQueryAsync(StartQueryRequest startQueryRequest,
AsyncHandler<StartQueryRequest,StartQueryResult> asyncHandler)
Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query
interface.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartQueryResult> |
AbstractAmazonInternetMonitorAsync.startQueryAsync(StartQueryRequest request,
AsyncHandler<StartQueryRequest,StartQueryResult> asyncHandler) |
Future<StartQueryResult> |
AmazonInternetMonitorAsyncClient.startQueryAsync(StartQueryRequest request,
AsyncHandler<StartQueryRequest,StartQueryResult> asyncHandler) |
Future<StartQueryResult> |
AmazonInternetMonitorAsync.startQueryAsync(StartQueryRequest startQueryRequest,
AsyncHandler<StartQueryRequest,StartQueryResult> asyncHandler)
Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query
interface.
|
| Modifier and Type | Method and Description |
|---|---|
StartQueryRequest |
StartQueryRequest.clone() |
StartQueryRequest |
StartQueryRequest.withEndTime(Date endTime)
The timestamp that is the end of the period that you want to retrieve data for with your query.
|
StartQueryRequest |
StartQueryRequest.withFilterParameters(Collection<FilterParameter> filterParameters)
The
FilterParameters field that you use with Amazon CloudWatch Internet Monitor queries is a string
the defines how you want a query to be filtered. |
StartQueryRequest |
StartQueryRequest.withFilterParameters(FilterParameter... filterParameters)
The
FilterParameters field that you use with Amazon CloudWatch Internet Monitor queries is a string
the defines how you want a query to be filtered. |
StartQueryRequest |
StartQueryRequest.withLinkedAccountId(String linkedAccountId)
The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor.
|
StartQueryRequest |
StartQueryRequest.withMonitorName(String monitorName)
The name of the monitor to query.
|
StartQueryRequest |
StartQueryRequest.withQueryType(QueryType queryType)
The type of query to run.
|
StartQueryRequest |
StartQueryRequest.withQueryType(String queryType)
The type of query to run.
|
StartQueryRequest |
StartQueryRequest.withStartTime(Date startTime)
The timestamp that is the beginning of the period that you want to retrieve data for with your query.
|
Copyright © 2024. All rights reserved.