| 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 |
|---|---|
GetQueryResultsResult |
AWSLogsClient.getQueryResults(GetQueryResultsRequest request)
Returns the results from the specified query.
|
GetQueryResultsResult |
AbstractAWSLogs.getQueryResults(GetQueryResultsRequest request) |
GetQueryResultsResult |
AWSLogs.getQueryResults(GetQueryResultsRequest getQueryResultsRequest)
Returns the results from the specified query.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetQueryResultsResult> |
AWSLogsAsyncClient.getQueryResultsAsync(GetQueryResultsRequest request,
AsyncHandler<GetQueryResultsRequest,GetQueryResultsResult> asyncHandler) |
Future<GetQueryResultsResult> |
AbstractAWSLogsAsync.getQueryResultsAsync(GetQueryResultsRequest request,
AsyncHandler<GetQueryResultsRequest,GetQueryResultsResult> asyncHandler) |
Future<GetQueryResultsResult> |
AWSLogsAsync.getQueryResultsAsync(GetQueryResultsRequest getQueryResultsRequest,
AsyncHandler<GetQueryResultsRequest,GetQueryResultsResult> asyncHandler)
Returns the results from the specified query.
|
| Modifier and Type | Method and Description |
|---|---|
GetQueryResultsResult |
GetQueryResultsResult.clone() |
GetQueryResultsResult |
GetQueryResultsResult.withResults(Collection<List<ResultField>> results)
The log events that matched the query criteria during the most recent time it ran.
|
GetQueryResultsResult |
GetQueryResultsResult.withResults(List<ResultField>... results)
The log events that matched the query criteria during the most recent time it ran.
|
GetQueryResultsResult |
GetQueryResultsResult.withStatistics(QueryStatistics statistics)
Includes the number of log events scanned by the query, the number of log events that matched the query criteria,
and the total number of bytes in the log events that were scanned.
|
GetQueryResultsResult |
GetQueryResultsResult.withStatus(QueryStatus status)
The status of the most recent running of the query.
|
GetQueryResultsResult |
GetQueryResultsResult.withStatus(String status)
The status of the most recent running of the query.
|
Copyright © 2022. All rights reserved.