Package | Description |
---|---|
com.amazonaws.services.xray |
Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created
by processing those traces.
|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
GetTimeSeriesServiceStatisticsRequest |
GetTimeSeriesServiceStatisticsRequest.clone() |
GetTimeSeriesServiceStatisticsRequest |
GetTimeSeriesServiceStatisticsRequest.withEndTime(Date endTime)
The end of the time frame for which to aggregate statistics.
|
GetTimeSeriesServiceStatisticsRequest |
GetTimeSeriesServiceStatisticsRequest.withEntitySelectorExpression(String entitySelectorExpression)
A filter expression defining entities that will be aggregated for statistics.
|
GetTimeSeriesServiceStatisticsRequest |
GetTimeSeriesServiceStatisticsRequest.withForecastStatistics(Boolean forecastStatistics)
The forecasted high and low fault count values.
|
GetTimeSeriesServiceStatisticsRequest |
GetTimeSeriesServiceStatisticsRequest.withGroupARN(String groupARN)
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
|
GetTimeSeriesServiceStatisticsRequest |
GetTimeSeriesServiceStatisticsRequest.withGroupName(String groupName)
The case-sensitive name of the group for which to pull statistics from.
|
GetTimeSeriesServiceStatisticsRequest |
GetTimeSeriesServiceStatisticsRequest.withNextToken(String nextToken)
Pagination token.
|
GetTimeSeriesServiceStatisticsRequest |
GetTimeSeriesServiceStatisticsRequest.withPeriod(Integer period)
Aggregation period in seconds.
|
GetTimeSeriesServiceStatisticsRequest |
GetTimeSeriesServiceStatisticsRequest.withStartTime(Date startTime)
The start of the time frame for which to aggregate statistics.
|
Copyright © 2021. All rights reserved.