Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogEventsRequest.Builder
Packages that use GetLogEventsRequest.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 GetLogEventsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetLogEventsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetLogEventsResponse>CloudWatchLogsAsyncClient.getLogEvents(Consumer<GetLogEventsRequest.Builder> getLogEventsRequest) Lists log events from the specified log stream.default GetLogEventsResponseCloudWatchLogsClient.getLogEvents(Consumer<GetLogEventsRequest.Builder> getLogEventsRequest) Lists log events from the specified log stream.default GetLogEventsPublisherCloudWatchLogsAsyncClient.getLogEventsPaginator(Consumer<GetLogEventsRequest.Builder> getLogEventsRequest) This is a variant ofCloudWatchLogsAsyncClient.getLogEvents(software.amazon.awssdk.services.cloudwatchlogs.model.GetLogEventsRequest)operation.default GetLogEventsIterableCloudWatchLogsClient.getLogEventsPaginator(Consumer<GetLogEventsRequest.Builder> getLogEventsRequest) This is a variant ofCloudWatchLogsClient.getLogEvents(software.amazon.awssdk.services.cloudwatchlogs.model.GetLogEventsRequest)operation. -
Uses of GetLogEventsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetLogEventsRequest.BuilderModifier and TypeMethodDescriptionstatic GetLogEventsRequest.BuilderGetLogEventsRequest.builder()The end of the time range, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.The maximum number of log events returned.GetLogEventsRequest.Builder.logGroupIdentifier(String logGroupIdentifier) Specify either the name or ARN of the log group to view events from.GetLogEventsRequest.Builder.logGroupName(String logGroupName) The name of the log group.GetLogEventsRequest.Builder.logStreamName(String logStreamName) The name of the log stream.The token for the next set of items to return.GetLogEventsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetLogEventsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetLogEventsRequest.Builder.startFromHead(Boolean startFromHead) If the value is true, the earliest log events are returned first.The start of the time range, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.GetLogEventsRequest.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 GetLogEventsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetLogEventsRequest.Builder>GetLogEventsRequest.serializableBuilderClass()