| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model | |
| software.amazon.awssdk.services.cloudwatchlogs.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FilteredLogEvent> |
FilterLogEventsResponse.events()
The matched events.
|
| Modifier and Type | Method and Description |
|---|---|
FilterLogEventsResponse.Builder |
FilterLogEventsResponse.Builder.events(FilteredLogEvent... events)
The matched events.
|
| Modifier and Type | Method and Description |
|---|---|
FilterLogEventsResponse.Builder |
FilterLogEventsResponse.Builder.events(Collection<FilteredLogEvent> events)
The matched events.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<FilteredLogEvent> |
FilterLogEventsIterable.events()
Returns an iterable to iterate through the paginated
FilterLogEventsResponse.events() member. |
SdkPublisher<FilteredLogEvent> |
FilterLogEventsPublisher.events()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.