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