Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.StartLiveTailRequest.Builder
Packages that use StartLiveTailRequest.Builder
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 StartLiveTailRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type StartLiveTailRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Void>CloudWatchLogsAsyncClient.startLiveTail(Consumer<StartLiveTailRequest.Builder> startLiveTailRequest, StartLiveTailResponseHandler asyncResponseHandler) Starts a Live Tail streaming session for one or more log groups. -
Uses of StartLiveTailRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return StartLiveTailRequest.BuilderModifier and TypeMethodDescriptionstatic StartLiveTailRequest.BuilderStartLiveTailRequest.builder()StartLiveTailRequest.Builder.logEventFilterPattern(String logEventFilterPattern) An optional pattern to use to filter the results to include only log events that match the pattern.StartLiveTailRequest.Builder.logGroupIdentifiers(String... logGroupIdentifiers) An array where each item in the array is a log group to include in the Live Tail session.StartLiveTailRequest.Builder.logGroupIdentifiers(Collection<String> logGroupIdentifiers) An array where each item in the array is a log group to include in the Live Tail session.StartLiveTailRequest.Builder.logStreamNamePrefixes(String... logStreamNamePrefixes) If you specify this parameter, then only log events in the log streams that have names that start with the prefixes that you specify here are included in the Live Tail session.StartLiveTailRequest.Builder.logStreamNamePrefixes(Collection<String> logStreamNamePrefixes) If you specify this parameter, then only log events in the log streams that have names that start with the prefixes that you specify here are included in the Live Tail session.StartLiveTailRequest.Builder.logStreamNames(String... logStreamNames) If you specify this parameter, then only log events in the log streams that you specify here are included in the Live Tail session.StartLiveTailRequest.Builder.logStreamNames(Collection<String> logStreamNames) If you specify this parameter, then only log events in the log streams that you specify here are included in the Live Tail session.StartLiveTailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartLiveTailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartLiveTailRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type StartLiveTailRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartLiveTailRequest.Builder>StartLiveTailRequest.serializableBuilderClass()