Пример #1
0
        public ILogStreamOptions WithAbsoluteRange(DateTime start, DateTime end)
        {
            _queryComponents[TimeRange] = new AbsoluteTimeRangeComponent(start, end);

            return(this);
        }
Пример #2
0
        public CloudWatchLogsInsightsUriBuilder WithAbsoluteRange(DateTime start, DateTime end, TimeZoneType timeZoneType = TimeZoneType.UTC)
        {
            _queryComponents[TimeRange] = new AbsoluteTimeRangeComponent(start, end, timeZoneType);

            return(this);
        }