Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.OutputLogEvent
-
Packages that use OutputLogEvent Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
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 OutputLogEvent Modifier and Type Method Description List<OutputLogEvent>GetLogEventsResponse. events()The events.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type OutputLogEvent Modifier and Type Method Description GetLogEventsResponse.BuilderGetLogEventsResponse.Builder. events(OutputLogEvent... events)The events.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type OutputLogEvent Modifier and Type Method Description GetLogEventsResponse.BuilderGetLogEventsResponse.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 OutputLogEvent Modifier and Type Method Description SdkIterable<OutputLogEvent>GetLogEventsIterable. events()Returns an iterable to iterate through the paginatedGetLogEventsResponse.events()member.SdkPublisher<OutputLogEvent>GetLogEventsPublisher. events()Returns a publisher that can be used to get a stream of data.
-