Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.paginators.GetLogEventsIterable
-
Packages that use GetLogEventsIterable 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 GetLogEventsIterable in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetLogEventsIterable Modifier and Type Method Description default GetLogEventsIterableCloudWatchLogsClient. getLogEventsPaginator(Consumer<GetLogEventsRequest.Builder> getLogEventsRequest)This is a variant ofCloudWatchLogsClient.getLogEvents(software.amazon.awssdk.services.cloudwatchlogs.model.GetLogEventsRequest)operation.default GetLogEventsIterableCloudWatchLogsClient. getLogEventsPaginator(GetLogEventsRequest getLogEventsRequest)This is a variant ofCloudWatchLogsClient.getLogEvents(software.amazon.awssdk.services.cloudwatchlogs.model.GetLogEventsRequest)operation.
-