Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.OutputLogEvent
Packages that use OutputLogEvent
Package
Description
-
Uses of OutputLogEvent in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type OutputLogEventModifier and TypeMethodDescriptionfinal List<OutputLogEvent>GetLogEventsResponse.events()The events.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type OutputLogEventModifier and TypeMethodDescriptionGetLogEventsResponse.Builder.events(OutputLogEvent... events) The events.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type OutputLogEventModifier and TypeMethodDescriptionGetLogEventsResponse.Builder.events(Collection<OutputLogEvent> events) The events. -
Uses of OutputLogEvent in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type OutputLogEventModifier and TypeMethodDescriptionfinal SdkIterable<OutputLogEvent>GetLogEventsIterable.events()Returns an iterable to iterate through the paginatedGetLogEventsResponse.events()member.final SdkPublisher<OutputLogEvent>GetLogEventsPublisher.events()Returns a publisher that can be used to get a stream of data.