Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogEventsResponse
Packages that use GetLogEventsResponse
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 GetLogEventsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetLogEventsResponseModifier and TypeMethodDescriptiondefault GetLogEventsResponseCloudWatchLogsClient.getLogEvents(Consumer<GetLogEventsRequest.Builder> getLogEventsRequest) Lists log events from the specified log stream.default GetLogEventsResponseCloudWatchLogsClient.getLogEvents(GetLogEventsRequest getLogEventsRequest) Lists log events from the specified log stream.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetLogEventsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetLogEventsResponse>CloudWatchLogsAsyncClient.getLogEvents(Consumer<GetLogEventsRequest.Builder> getLogEventsRequest) Lists log events from the specified log stream.default CompletableFuture<GetLogEventsResponse>CloudWatchLogsAsyncClient.getLogEvents(GetLogEventsRequest getLogEventsRequest) Lists log events from the specified log stream. -
Uses of GetLogEventsResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type GetLogEventsResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type GetLogEventsResponseModifier and TypeMethodDescriptionvoidGetLogEventsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetLogEventsResponse> subscriber)