| Package | Description |
|---|---|
| com.amazonaws.services.logs |
Synchronous and asynchronous client classes for accessing AWSLogs.
|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
FilterLogEventsResult |
AWSLogs.filterLogEvents(FilterLogEventsRequest filterLogEventsRequest)
Retrieves log events, optionally filtered by a filter pattern from
the specified log group.
|
FilterLogEventsResult |
AWSLogsClient.filterLogEvents(FilterLogEventsRequest filterLogEventsRequest)
Retrieves log events, optionally filtered by a filter pattern from
the specified log group.
|
Future<FilterLogEventsResult> |
AWSLogsAsync.filterLogEventsAsync(FilterLogEventsRequest filterLogEventsRequest)
Retrieves log events, optionally filtered by a filter pattern from
the specified log group.
|
Future<FilterLogEventsResult> |
AWSLogsAsyncClient.filterLogEventsAsync(FilterLogEventsRequest filterLogEventsRequest)
Retrieves log events, optionally filtered by a filter pattern from
the specified log group.
|
Future<FilterLogEventsResult> |
AWSLogsAsync.filterLogEventsAsync(FilterLogEventsRequest filterLogEventsRequest,
AsyncHandler<FilterLogEventsRequest,FilterLogEventsResult> asyncHandler)
Retrieves log events, optionally filtered by a filter pattern from
the specified log group.
|
Future<FilterLogEventsResult> |
AWSLogsAsyncClient.filterLogEventsAsync(FilterLogEventsRequest filterLogEventsRequest,
AsyncHandler<FilterLogEventsRequest,FilterLogEventsResult> asyncHandler)
Retrieves log events, optionally filtered by a filter pattern from
the specified log group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<FilterLogEventsResult> |
AWSLogsAsync.filterLogEventsAsync(FilterLogEventsRequest filterLogEventsRequest,
AsyncHandler<FilterLogEventsRequest,FilterLogEventsResult> asyncHandler)
Retrieves log events, optionally filtered by a filter pattern from
the specified log group.
|
Future<FilterLogEventsResult> |
AWSLogsAsyncClient.filterLogEventsAsync(FilterLogEventsRequest filterLogEventsRequest,
AsyncHandler<FilterLogEventsRequest,FilterLogEventsResult> asyncHandler)
Retrieves log events, optionally filtered by a filter pattern from
the specified log group.
|
| Modifier and Type | Method and Description |
|---|---|
FilterLogEventsRequest |
FilterLogEventsRequest.clone() |
FilterLogEventsRequest |
FilterLogEventsRequest.withEndTime(Long endTime)
A unix timestamp indicating the end time of the range for the request.
|
FilterLogEventsRequest |
FilterLogEventsRequest.withFilterPattern(String filterPattern)
A valid CloudWatch Logs filter pattern to use for filtering the
response.
|
FilterLogEventsRequest |
FilterLogEventsRequest.withInterleaved(Boolean interleaved)
If provided, the API will make a best effort to provide responses that
contain events from multiple log streams within the log group
interleaved in a single response.
|
FilterLogEventsRequest |
FilterLogEventsRequest.withLimit(Integer limit)
The maximum number of events to return in a page of results.
|
FilterLogEventsRequest |
FilterLogEventsRequest.withLogGroupName(String logGroupName)
The name of the log group to query.
|
FilterLogEventsRequest |
FilterLogEventsRequest.withLogStreamNames(Collection<String> logStreamNames)
Optional list of log stream names within the specified log group to
search.
|
FilterLogEventsRequest |
FilterLogEventsRequest.withLogStreamNames(String... logStreamNames)
Optional list of log stream names within the specified log group to
search.
|
FilterLogEventsRequest |
FilterLogEventsRequest.withNextToken(String nextToken)
A pagination token obtained from a
FilterLogEvents response to continue paginating
the FilterLogEvents results. |
FilterLogEventsRequest |
FilterLogEventsRequest.withStartTime(Long startTime)
A unix timestamp indicating the start time of the range for the
request.
|
Copyright © 2015. All rights reserved.