Uses of Class
software.amazon.awssdk.services.xray.model.ServiceStatistics
-
Packages that use ServiceStatistics Package Description software.amazon.awssdk.services.xray.model -
-
Uses of ServiceStatistics in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return ServiceStatistics Modifier and Type Method Description ServiceStatisticsTimeSeriesServiceStatistics. serviceSummaryStatistics()Returns the value of the ServiceSummaryStatistics property for this object.ServiceStatisticsService. summaryStatistics()Aggregated statistics for the service.Methods in software.amazon.awssdk.services.xray.model with parameters of type ServiceStatistics Modifier and Type Method Description TimeSeriesServiceStatistics.BuilderTimeSeriesServiceStatistics.Builder. serviceSummaryStatistics(ServiceStatistics serviceSummaryStatistics)Sets the value of the ServiceSummaryStatistics property for this object.Service.BuilderService.Builder. summaryStatistics(ServiceStatistics summaryStatistics)Aggregated statistics for the service.
-