Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.FilterLogEventsRequest.Builder
Packages that use FilterLogEventsRequest.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 FilterLogEventsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type FilterLogEventsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<FilterLogEventsResponse>CloudWatchLogsAsyncClient.filterLogEvents(Consumer<FilterLogEventsRequest.Builder> filterLogEventsRequest) Lists log events from the specified log group.default FilterLogEventsResponseCloudWatchLogsClient.filterLogEvents(Consumer<FilterLogEventsRequest.Builder> filterLogEventsRequest) Lists log events from the specified log group.default FilterLogEventsPublisherCloudWatchLogsAsyncClient.filterLogEventsPaginator(Consumer<FilterLogEventsRequest.Builder> filterLogEventsRequest) This is a variant ofCloudWatchLogsAsyncClient.filterLogEvents(software.amazon.awssdk.services.cloudwatchlogs.model.FilterLogEventsRequest)operation.default FilterLogEventsIterableCloudWatchLogsClient.filterLogEventsPaginator(Consumer<FilterLogEventsRequest.Builder> filterLogEventsRequest) This is a variant ofCloudWatchLogsClient.filterLogEvents(software.amazon.awssdk.services.cloudwatchlogs.model.FilterLogEventsRequest)operation. -
Uses of FilterLogEventsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return FilterLogEventsRequest.BuilderModifier and TypeMethodDescriptionFilterLogEventsRequest.builder()The end of the time range, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.FilterLogEventsRequest.Builder.filterPattern(String filterPattern) The filter pattern to use.FilterLogEventsRequest.Builder.interleaved(Boolean interleaved) Deprecated.Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true.The maximum number of events to return.FilterLogEventsRequest.Builder.logGroupIdentifier(String logGroupIdentifier) Specify either the name or ARN of the log group to view log events from.FilterLogEventsRequest.Builder.logGroupName(String logGroupName) The name of the log group to search.FilterLogEventsRequest.Builder.logStreamNamePrefix(String logStreamNamePrefix) Filters the results to include only events from log streams that have names starting with this prefix.FilterLogEventsRequest.Builder.logStreamNames(String... logStreamNames) Filters the results to only logs from the log streams in this list.FilterLogEventsRequest.Builder.logStreamNames(Collection<String> logStreamNames) Filters the results to only logs from the log streams in this list.The token for the next set of events to return.FilterLogEventsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) FilterLogEventsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The start of the time range, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.FilterLogEventsRequest.toBuilder()Specifytrueto display the log event fields with all sensitive data unmasked and visible.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type FilterLogEventsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FilterLogEventsRequest.Builder>FilterLogEventsRequest.serializableBuilderClass()