| 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 |
|---|---|
StopQueryResult |
AbstractAmazonInternetMonitor.stopQuery(StopQueryRequest request) |
StopQueryResult |
AmazonInternetMonitorClient.stopQuery(StopQueryRequest request)
Stop a query that is progress for a specific monitor.
|
StopQueryResult |
AmazonInternetMonitor.stopQuery(StopQueryRequest stopQueryRequest)
Stop a query that is progress for a specific monitor.
|
Future<StopQueryResult> |
AbstractAmazonInternetMonitorAsync.stopQueryAsync(StopQueryRequest request) |
Future<StopQueryResult> |
AmazonInternetMonitorAsyncClient.stopQueryAsync(StopQueryRequest request) |
Future<StopQueryResult> |
AmazonInternetMonitorAsync.stopQueryAsync(StopQueryRequest stopQueryRequest)
Stop a query that is progress for a specific monitor.
|
Future<StopQueryResult> |
AbstractAmazonInternetMonitorAsync.stopQueryAsync(StopQueryRequest request,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler) |
Future<StopQueryResult> |
AmazonInternetMonitorAsyncClient.stopQueryAsync(StopQueryRequest request,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler) |
Future<StopQueryResult> |
AmazonInternetMonitorAsync.stopQueryAsync(StopQueryRequest stopQueryRequest,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler)
Stop a query that is progress for a specific monitor.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StopQueryResult> |
AbstractAmazonInternetMonitorAsync.stopQueryAsync(StopQueryRequest request,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler) |
Future<StopQueryResult> |
AmazonInternetMonitorAsyncClient.stopQueryAsync(StopQueryRequest request,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler) |
Future<StopQueryResult> |
AmazonInternetMonitorAsync.stopQueryAsync(StopQueryRequest stopQueryRequest,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler)
Stop a query that is progress for a specific monitor.
|
| Modifier and Type | Method and Description |
|---|---|
StopQueryRequest |
StopQueryRequest.clone() |
StopQueryRequest |
StopQueryRequest.withMonitorName(String monitorName)
The name of the monitor.
|
StopQueryRequest |
StopQueryRequest.withQueryId(String queryId)
The ID of the query that you want to stop.
|
Copyright © 2024. All rights reserved.