Package | Description |
---|---|
software.amazon.awssdk.services.cloudwatchlogs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon EC2 instances, AWS
CloudTrail, or other sources.
|
software.amazon.awssdk.services.cloudwatchlogs.paginators |
Modifier and Type | Method and Description |
---|---|
default GetLogEventsResponse |
CloudWatchLogsClient.getLogEvents(Consumer<GetLogEventsRequest.Builder> getLogEventsRequest)
Lists log events from the specified log stream.
|
default GetLogEventsResponse |
CloudWatchLogsClient.getLogEvents(GetLogEventsRequest getLogEventsRequest)
Lists log events from the specified log stream.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetLogEventsResponse> |
CloudWatchLogsAsyncClient.getLogEvents(Consumer<GetLogEventsRequest.Builder> getLogEventsRequest)
Lists log events from the specified log stream.
|
default CompletableFuture<GetLogEventsResponse> |
CloudWatchLogsAsyncClient.getLogEvents(GetLogEventsRequest getLogEventsRequest)
Lists log events from the specified log stream.
|
Modifier and Type | Method and Description |
---|---|
Iterator<GetLogEventsResponse> |
GetLogEventsIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
GetLogEventsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetLogEventsResponse> subscriber) |
Copyright © 2019. All rights reserved.