Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.FilteredLogEvent
Packages that use FilteredLogEvent
Package
Description
-
Uses of FilteredLogEvent in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type FilteredLogEventModifier and TypeMethodDescriptionfinal List<FilteredLogEvent>FilterLogEventsResponse.events()The matched events.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type FilteredLogEventModifier and TypeMethodDescriptionFilterLogEventsResponse.Builder.events(FilteredLogEvent... events) The matched events.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type FilteredLogEventModifier and TypeMethodDescriptionFilterLogEventsResponse.Builder.events(Collection<FilteredLogEvent> events) The matched events. -
Uses of FilteredLogEvent in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type FilteredLogEventModifier and TypeMethodDescriptionfinal SdkIterable<FilteredLogEvent>FilterLogEventsIterable.events()Returns an iterable to iterate through the paginatedFilterLogEventsResponse.events()member.final SdkPublisher<FilteredLogEvent>FilterLogEventsPublisher.events()Returns a publisher that can be used to get a stream of data.