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