Uses of Class
software.amazon.awssdk.services.codecatalyst.model.EventLogEntry
-
Packages that use EventLogEntry Package Description software.amazon.awssdk.services.codecatalyst.model software.amazon.awssdk.services.codecatalyst.paginators -
-
Uses of EventLogEntry in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type EventLogEntry Modifier and Type Method Description List<EventLogEntry>ListEventLogsResponse. items()Information about each event retrieved in the list.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type EventLogEntry Modifier and Type Method Description ListEventLogsResponse.BuilderListEventLogsResponse.Builder. items(EventLogEntry... items)Information about each event retrieved in the list.Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type EventLogEntry Modifier and Type Method Description ListEventLogsResponse.BuilderListEventLogsResponse.Builder. items(Collection<EventLogEntry> items)Information about each event retrieved in the list. -
Uses of EventLogEntry in software.amazon.awssdk.services.codecatalyst.paginators
Methods in software.amazon.awssdk.services.codecatalyst.paginators that return types with arguments of type EventLogEntry Modifier and Type Method Description SdkIterable<EventLogEntry>ListEventLogsIterable. items()Returns an iterable to iterate through the paginatedListEventLogsResponse.items()member.SdkPublisher<EventLogEntry>ListEventLogsPublisher. items()Returns a publisher that can be used to get a stream of data.
-