| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
|
| software.amazon.awssdk.services.cloudwatchlogs.paginators | |
| software.amazon.awssdk.services.cloudwatchlogs.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetLogEventsResponse |
CloudWatchLogsClient.getLogEvents(GetLogEventsRequest getLogEventsRequest)
Lists log events from the specified log stream.
|
default CompletableFuture<GetLogEventsResponse> |
CloudWatchLogsAsyncClient.getLogEvents(GetLogEventsRequest getLogEventsRequest)
Lists log events from the specified log stream.
|
default GetLogEventsIterable |
CloudWatchLogsClient.getLogEventsPaginator(GetLogEventsRequest getLogEventsRequest)
Lists log events from the specified log stream.
|
default GetLogEventsPublisher |
CloudWatchLogsAsyncClient.getLogEventsPaginator(GetLogEventsRequest getLogEventsRequest)
Lists log events from the specified log stream.
|
| Constructor and Description |
|---|
GetLogEventsIterable(CloudWatchLogsClient client,
GetLogEventsRequest firstRequest) |
GetLogEventsPublisher(CloudWatchLogsAsyncClient client,
GetLogEventsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetLogEventsRequestMarshaller.marshall(GetLogEventsRequest getLogEventsRequest) |
Copyright © 2022. All rights reserved.