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