Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.paginators.FilterLogEventsIterable
-
Packages that use FilterLogEventsIterable Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources. -
-
Uses of FilterLogEventsIterable in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return FilterLogEventsIterable Modifier and Type Method Description default FilterLogEventsIterableCloudWatchLogsClient. filterLogEventsPaginator(Consumer<FilterLogEventsRequest.Builder> filterLogEventsRequest)This is a variant ofCloudWatchLogsClient.filterLogEvents(software.amazon.awssdk.services.cloudwatchlogs.model.FilterLogEventsRequest)operation.default FilterLogEventsIterableCloudWatchLogsClient. filterLogEventsPaginator(FilterLogEventsRequest filterLogEventsRequest)This is a variant ofCloudWatchLogsClient.filterLogEvents(software.amazon.awssdk.services.cloudwatchlogs.model.FilterLogEventsRequest)operation.
-