| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model | |
| software.amazon.awssdk.services.codecatalyst.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EventLogEntry> |
ListEventLogsResponse.items()
Information about each event retrieved in the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventLogsResponse.Builder |
ListEventLogsResponse.Builder.items(EventLogEntry... items)
Information about each event retrieved in the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventLogsResponse.Builder |
ListEventLogsResponse.Builder.items(Collection<EventLogEntry> items)
Information about each event retrieved in the list.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EventLogEntry> |
ListEventLogsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EventLogEntry> |
ListEventLogsIterable.items()
Returns an iterable to iterate through the paginated
ListEventLogsResponse.items() member. |
Copyright © 2023. All rights reserved.