Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogObjectResponseHandler
Packages that use GetLogObjectResponseHandler
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 GetLogObjectResponseHandler in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type GetLogObjectResponseHandlerModifier and TypeMethodDescriptiondefault CompletableFuture<Void>CloudWatchLogsAsyncClient.getLogObject(Consumer<GetLogObjectRequest.Builder> getLogObjectRequest, GetLogObjectResponseHandler asyncResponseHandler) Retrieves a large logging object (LLO) and streams it back.default CompletableFuture<Void>CloudWatchLogsAsyncClient.getLogObject(GetLogObjectRequest getLogObjectRequest, GetLogObjectResponseHandler asyncResponseHandler) Retrieves a large logging object (LLO) and streams it back. -
Uses of GetLogObjectResponseHandler in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetLogObjectResponseHandler