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 |
---|---|
GetLogEventsResult |
AWSLogs.getLogEvents(GetLogEventsRequest getLogEventsRequest)
Retrieves log events from the specified log stream.
|
GetLogEventsResult |
AWSLogsClient.getLogEvents(GetLogEventsRequest getLogEventsRequest)
Retrieves log events from the specified log stream.
|
Modifier and Type | Method and Description |
---|---|
Future<GetLogEventsResult> |
AWSLogsAsync.getLogEventsAsync(GetLogEventsRequest getLogEventsRequest)
Retrieves log events from the specified log stream.
|
Future<GetLogEventsResult> |
AWSLogsAsyncClient.getLogEventsAsync(GetLogEventsRequest getLogEventsRequest)
Retrieves log events from the specified log stream.
|
Future<GetLogEventsResult> |
AWSLogsAsync.getLogEventsAsync(GetLogEventsRequest getLogEventsRequest,
AsyncHandler<GetLogEventsRequest,GetLogEventsResult> asyncHandler)
Retrieves log events from the specified log stream.
|
Future<GetLogEventsResult> |
AWSLogsAsyncClient.getLogEventsAsync(GetLogEventsRequest getLogEventsRequest,
AsyncHandler<GetLogEventsRequest,GetLogEventsResult> asyncHandler)
Retrieves log events from the specified log stream.
|
Modifier and Type | Method and Description |
---|---|
Future<GetLogEventsResult> |
AWSLogsAsync.getLogEventsAsync(GetLogEventsRequest getLogEventsRequest,
AsyncHandler<GetLogEventsRequest,GetLogEventsResult> asyncHandler)
Retrieves log events from the specified log stream.
|
Future<GetLogEventsResult> |
AWSLogsAsyncClient.getLogEventsAsync(GetLogEventsRequest getLogEventsRequest,
AsyncHandler<GetLogEventsRequest,GetLogEventsResult> asyncHandler)
Retrieves log events from the specified log stream.
|
Modifier and Type | Method and Description |
---|---|
GetLogEventsResult |
GetLogEventsResult.withEvents(Collection<OutputLogEvent> events)
Sets the value of the Events property for this object.
|
GetLogEventsResult |
GetLogEventsResult.withEvents(OutputLogEvent... events)
Sets the value of the Events property for this object.
|
GetLogEventsResult |
GetLogEventsResult.withNextBackwardToken(String nextBackwardToken)
A string token used for pagination that points to the next page of
results.
|
GetLogEventsResult |
GetLogEventsResult.withNextForwardToken(String nextForwardToken)
A string token used for pagination that points to the next page of
results.
|
Copyright © 2014. All rights reserved.