Uses of Class
software.amazon.awssdk.services.xray.model.FaultStatistics
-
Packages that use FaultStatistics Package Description software.amazon.awssdk.services.xray.model -
-
Uses of FaultStatistics in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return FaultStatistics Modifier and Type Method Description FaultStatisticsEdgeStatistics. faultStatistics()Information about requests that failed with a 5xx Server Error status code.FaultStatisticsServiceStatistics. faultStatistics()Information about requests that failed with a 5xx Server Error status code.Methods in software.amazon.awssdk.services.xray.model with parameters of type FaultStatistics Modifier and Type Method Description EdgeStatistics.BuilderEdgeStatistics.Builder. faultStatistics(FaultStatistics faultStatistics)Information about requests that failed with a 5xx Server Error status code.ServiceStatistics.BuilderServiceStatistics.Builder. faultStatistics(FaultStatistics faultStatistics)Information about requests that failed with a 5xx Server Error status code.
-