Пример #1
0
        public ILogStreamOptions WithRelativeRangeMilliseconds(uint lastMilliseconds)
        {
            _queryComponents[TimeRange] = new RelativeTimeRangeComponent(lastMilliseconds);

            return(this);
        }
Пример #2
0
        public CloudWatchLogsInsightsUriBuilder WithRelativeRange(uint lastSeconds)
        {
            _queryComponents[TimeRange] = new RelativeTimeRangeComponent(lastSeconds);

            return(this);
        }