Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.StartLiveTailResponseHandler
Packages that use StartLiveTailResponseHandler
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 StartLiveTailResponseHandler in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type StartLiveTailResponseHandlerModifier and TypeMethodDescriptiondefault CompletableFuture<Void>CloudWatchLogsAsyncClient.startLiveTail(Consumer<StartLiveTailRequest.Builder> startLiveTailRequest, StartLiveTailResponseHandler asyncResponseHandler) Starts a Live Tail streaming session for one or more log groups.default CompletableFuture<Void>CloudWatchLogsAsyncClient.startLiveTail(StartLiveTailRequest startLiveTailRequest, StartLiveTailResponseHandler asyncResponseHandler) Starts a Live Tail streaming session for one or more log groups. -
Uses of StartLiveTailResponseHandler in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return StartLiveTailResponseHandler