Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogEventsRequest.Builder
-
Packages that use GetLogEventsRequest.Builder 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 GetLogEventsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetLogEventsRequest.Builder Modifier and Type Method Description default 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)Lists log events from the specified log stream.default GetLogEventsIterableCloudWatchLogsClient. getLogEventsPaginator(Consumer<GetLogEventsRequest.Builder> getLogEventsRequest)Lists log events from the specified log stream. -
Uses of GetLogEventsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetLogEventsRequest.Builder Modifier and Type Method Description static GetLogEventsRequest.BuilderGetLogEventsRequest. builder()GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. endTime(Long endTime)The end of the time range, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. limit(Integer limit)The maximum number of log events returned.GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. logGroupIdentifier(String logGroupIdentifier)Specify either the name or ARN of the log group to view events from.GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. logGroupName(String logGroupName)The name of the log group.GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. logStreamName(String logStreamName)The name of the log stream.GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. nextToken(String nextToken)The token for the next set of items to return.GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. startFromHead(Boolean startFromHead)If the value is true, the earliest log events are returned first.GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. startTime(Long startTime)The start of the time range, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.GetLogEventsRequest.BuilderGetLogEventsRequest. toBuilder()GetLogEventsRequest.BuilderGetLogEventsRequest.Builder. unmask(Boolean unmask)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.Builder Modifier and Type Method Description static Class<? extends GetLogEventsRequest.Builder>GetLogEventsRequest. serializableBuilderClass()
-