Package | Description |
---|---|
com.amazonaws.services.logs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon EC2 instances, AWS
CloudTrail, or other sources.
|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
StopQueryResult |
AWSLogs.stopQuery(StopQueryRequest stopQueryRequest)
Stops a CloudWatch Logs Insights query that is in progress.
|
StopQueryResult |
AWSLogsClient.stopQuery(StopQueryRequest request)
Stops a CloudWatch Logs Insights query that is in progress.
|
StopQueryResult |
AbstractAWSLogs.stopQuery(StopQueryRequest request) |
Future<StopQueryResult> |
AbstractAWSLogsAsync.stopQueryAsync(StopQueryRequest request) |
Future<StopQueryResult> |
AWSLogsAsyncClient.stopQueryAsync(StopQueryRequest request) |
Future<StopQueryResult> |
AWSLogsAsync.stopQueryAsync(StopQueryRequest stopQueryRequest)
Stops a CloudWatch Logs Insights query that is in progress.
|
Future<StopQueryResult> |
AbstractAWSLogsAsync.stopQueryAsync(StopQueryRequest request,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler) |
Future<StopQueryResult> |
AWSLogsAsyncClient.stopQueryAsync(StopQueryRequest request,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler) |
Future<StopQueryResult> |
AWSLogsAsync.stopQueryAsync(StopQueryRequest stopQueryRequest,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler)
Stops a CloudWatch Logs Insights query that is in progress.
|
Modifier and Type | Method and Description |
---|---|
Future<StopQueryResult> |
AbstractAWSLogsAsync.stopQueryAsync(StopQueryRequest request,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler) |
Future<StopQueryResult> |
AWSLogsAsyncClient.stopQueryAsync(StopQueryRequest request,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler) |
Future<StopQueryResult> |
AWSLogsAsync.stopQueryAsync(StopQueryRequest stopQueryRequest,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler)
Stops a CloudWatch Logs Insights query that is in progress.
|
Modifier and Type | Method and Description |
---|---|
StopQueryRequest |
StopQueryRequest.clone() |
StopQueryRequest |
StopQueryRequest.withQueryId(String queryId)
The ID number of the query to stop.
|
Copyright © 2019. All rights reserved.