Uses of Interface
software.amazon.awssdk.services.xray.model.FaultStatistics.Builder
-
Packages that use FaultStatistics.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of FaultStatistics.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return FaultStatistics.Builder Modifier and Type Method Description static FaultStatistics.BuilderFaultStatistics. builder()FaultStatistics.BuilderFaultStatistics.Builder. otherCount(Long otherCount)The number of requests that failed with untracked 5xx Server Error status codes.FaultStatistics.BuilderFaultStatistics. toBuilder()FaultStatistics.BuilderFaultStatistics.Builder. totalCount(Long totalCount)The total number of requests that failed with a 5xx Server Error status code.Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type FaultStatistics.Builder Modifier and Type Method Description static Class<? extends FaultStatistics.Builder>FaultStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type FaultStatistics.Builder Modifier and Type Method Description default EdgeStatistics.BuilderEdgeStatistics.Builder. faultStatistics(Consumer<FaultStatistics.Builder> faultStatistics)Information about requests that failed with a 5xx Server Error status code.default ServiceStatistics.BuilderServiceStatistics.Builder. faultStatistics(Consumer<FaultStatistics.Builder> faultStatistics)Information about requests that failed with a 5xx Server Error status code.
-