Uses of Class
software.amazon.awssdk.services.xray.model.HistogramEntry
-
Packages that use HistogramEntry Package Description software.amazon.awssdk.services.xray.model -
-
Uses of HistogramEntry in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type HistogramEntry Modifier and Type Method Description List<HistogramEntry>Service. durationHistogram()A histogram that maps the spread of service durations.List<HistogramEntry>Edge. receivedEventAgeHistogram()A histogram that maps the spread of event age when received by consumers.List<HistogramEntry>Edge. responseTimeHistogram()A histogram that maps the spread of client response times on an edge.List<HistogramEntry>Service. responseTimeHistogram()A histogram that maps the spread of service response times.List<HistogramEntry>TimeSeriesServiceStatistics. responseTimeHistogram()The response time histogram for the selected entities.Methods in software.amazon.awssdk.services.xray.model with parameters of type HistogramEntry Modifier and Type Method Description Service.BuilderService.Builder. durationHistogram(HistogramEntry... durationHistogram)A histogram that maps the spread of service durations.Edge.BuilderEdge.Builder. receivedEventAgeHistogram(HistogramEntry... receivedEventAgeHistogram)A histogram that maps the spread of event age when received by consumers.Edge.BuilderEdge.Builder. responseTimeHistogram(HistogramEntry... responseTimeHistogram)A histogram that maps the spread of client response times on an edge.Service.BuilderService.Builder. responseTimeHistogram(HistogramEntry... responseTimeHistogram)A histogram that maps the spread of service response times.TimeSeriesServiceStatistics.BuilderTimeSeriesServiceStatistics.Builder. responseTimeHistogram(HistogramEntry... responseTimeHistogram)The response time histogram for the selected entities.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type HistogramEntry Modifier and Type Method Description Service.BuilderService.Builder. durationHistogram(Collection<HistogramEntry> durationHistogram)A histogram that maps the spread of service durations.Edge.BuilderEdge.Builder. receivedEventAgeHistogram(Collection<HistogramEntry> receivedEventAgeHistogram)A histogram that maps the spread of event age when received by consumers.Edge.BuilderEdge.Builder. responseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)A histogram that maps the spread of client response times on an edge.Service.BuilderService.Builder. responseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)A histogram that maps the spread of service response times.TimeSeriesServiceStatistics.BuilderTimeSeriesServiceStatistics.Builder. responseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)The response time histogram for the selected entities.
-