Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogObjectResponseHandler
-
Packages that use GetLogObjectResponseHandler 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.model -
-
Uses of GetLogObjectResponseHandler in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type GetLogObjectResponseHandler Modifier and Type Method Description default 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 Modifier and Type Method Description GetLogObjectResponseHandlerGetLogObjectResponseHandler.Builder. build()
-