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