| Package | Description |
|---|---|
| com.amazonaws.services.logs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
StopQueryResult |
AWSLogsClient.stopQuery(StopQueryRequest request)
Stops a CloudWatch Logs Insights query that is in progress.
|
StopQueryResult |
AbstractAWSLogs.stopQuery(StopQueryRequest request) |
StopQueryResult |
AWSLogs.stopQuery(StopQueryRequest stopQueryRequest)
Stops a CloudWatch Logs Insights query that is in progress.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StopQueryResult> |
AWSLogsAsyncClient.stopQueryAsync(StopQueryRequest request) |
Future<StopQueryResult> |
AbstractAWSLogsAsync.stopQueryAsync(StopQueryRequest request) |
Future<StopQueryResult> |
AWSLogsAsync.stopQueryAsync(StopQueryRequest stopQueryRequest)
Stops a CloudWatch Logs Insights query that is in progress.
|
Future<StopQueryResult> |
AWSLogsAsyncClient.stopQueryAsync(StopQueryRequest request,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler) |
Future<StopQueryResult> |
AbstractAWSLogsAsync.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> |
AWSLogsAsyncClient.stopQueryAsync(StopQueryRequest request,
AsyncHandler<StopQueryRequest,StopQueryResult> asyncHandler) |
Future<StopQueryResult> |
AbstractAWSLogsAsync.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 |
|---|---|
StopQueryResult |
StopQueryResult.clone() |
StopQueryResult |
StopQueryResult.withSuccess(Boolean success)
This is true if the query was stopped by the
StopQuery operation. |
Copyright © 2023. All rights reserved.