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