Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.FilterLogEventsResponse
-
Packages that use FilterLogEventsResponse 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.software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of FilterLogEventsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return FilterLogEventsResponse Modifier and Type Method Description default 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 FilterLogEventsResponse Modifier and Type Method Description default 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 FilterLogEventsResponse Modifier and Type Method Description Iterator<FilterLogEventsResponse>FilterLogEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type FilterLogEventsResponse Modifier and Type Method Description voidFilterLogEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super FilterLogEventsResponse> subscriber)
-