Uses of Interface
software.amazon.awssdk.services.xray.model.ForecastStatistics.Builder
-
Packages that use ForecastStatistics.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of ForecastStatistics.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return ForecastStatistics.Builder Modifier and Type Method Description static ForecastStatistics.BuilderForecastStatistics. builder()ForecastStatistics.BuilderForecastStatistics.Builder. faultCountHigh(Long faultCountHigh)The upper limit of fault counts for a service.ForecastStatistics.BuilderForecastStatistics.Builder. faultCountLow(Long faultCountLow)The lower limit of fault counts for a service.ForecastStatistics.BuilderForecastStatistics. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type ForecastStatistics.Builder Modifier and Type Method Description static Class<? extends ForecastStatistics.Builder>ForecastStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type ForecastStatistics.Builder Modifier and Type Method Description default TimeSeriesServiceStatistics.BuilderTimeSeriesServiceStatistics.Builder. serviceForecastStatistics(Consumer<ForecastStatistics.Builder> serviceForecastStatistics)The forecasted high and low fault count values.
-