Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.FilterLogEventsResponse
Packages that use FilterLogEventsResponse
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of FilterLogEventsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return FilterLogEventsResponseModifier and TypeMethodDescriptiondefault FilterLogEventsResponseCloudWatchLogsClient.filterLogEvents(Consumer<FilterLogEventsRequest.Builder> filterLogEventsRequest) Lists log events from the specified log group.default FilterLogEventsResponseCloudWatchLogsClient.filterLogEvents(FilterLogEventsRequest filterLogEventsRequest) Lists log events from the specified log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type FilterLogEventsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<FilterLogEventsResponse>CloudWatchLogsAsyncClient.filterLogEvents(Consumer<FilterLogEventsRequest.Builder> filterLogEventsRequest) Lists log events from the specified log group.default CompletableFuture<FilterLogEventsResponse>CloudWatchLogsAsyncClient.filterLogEvents(FilterLogEventsRequest filterLogEventsRequest) Lists log events from the specified log group. -
Uses of FilterLogEventsResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type FilterLogEventsResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type FilterLogEventsResponseModifier and TypeMethodDescriptionvoidFilterLogEventsPublisher.subscribe(org.reactivestreams.Subscriber<? super FilterLogEventsResponse> subscriber)