Uses of Interface
software.amazon.awssdk.services.xray.model.HistogramEntry.Builder
-
Packages that use HistogramEntry.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of HistogramEntry.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return HistogramEntry.Builder Modifier and Type Method Description static HistogramEntry.BuilderHistogramEntry. builder()HistogramEntry.BuilderHistogramEntry.Builder. count(Integer count)The prevalence of the entry.HistogramEntry.BuilderHistogramEntry. toBuilder()HistogramEntry.BuilderHistogramEntry.Builder. value(Double value)The value of the entry.Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type HistogramEntry.Builder Modifier and Type Method Description static Class<? extends HistogramEntry.Builder>HistogramEntry. serializableBuilderClass()
-