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 |
AWSLogs.getQueryResults(GetQueryResultsRequest getQueryResultsRequest)
Returns the results from the specified query.
|
GetQueryResultsResult |
AbstractAWSLogs.getQueryResults(GetQueryResultsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetQueryResultsResult> |
AWSLogsAsyncClient.getQueryResultsAsync(GetQueryResultsRequest request,
AsyncHandler<GetQueryResultsRequest,GetQueryResultsResult> asyncHandler) |
Future<GetQueryResultsResult> |
AWSLogsAsync.getQueryResultsAsync(GetQueryResultsRequest getQueryResultsRequest,
AsyncHandler<GetQueryResultsRequest,GetQueryResultsResult> asyncHandler)
Returns the results from the specified query.
|
Future<GetQueryResultsResult> |
AbstractAWSLogsAsync.getQueryResultsAsync(GetQueryResultsRequest request,
AsyncHandler<GetQueryResultsRequest,GetQueryResultsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetQueryResultsResult |
GetQueryResultsResult.clone() |
GetQueryResultsResult |
GetQueryResultsResult.withEncryptionKey(String encryptionKey)
If you associated an KMS key with the CloudWatch Logs Insights query results in this account, this field displays
the ARN of the key that's used to encrypt the query results when StartQuery
stores them.
|
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 scanned log events.
|
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 © 2024. All rights reserved.