Uses of Class
software.amazon.awssdk.services.xray.model.ErrorRootCause
-
Packages that use ErrorRootCause Package Description software.amazon.awssdk.services.xray.model -
-
Uses of ErrorRootCause in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type ErrorRootCause Modifier and Type Method Description List<ErrorRootCause>TraceSummary. errorRootCauses()A collection of ErrorRootCause structures corresponding to the trace segments.Methods in software.amazon.awssdk.services.xray.model with parameters of type ErrorRootCause Modifier and Type Method Description TraceSummary.BuilderTraceSummary.Builder. errorRootCauses(ErrorRootCause... errorRootCauses)A collection of ErrorRootCause structures corresponding to the trace segments.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type ErrorRootCause Modifier and Type Method Description TraceSummary.BuilderTraceSummary.Builder. errorRootCauses(Collection<ErrorRootCause> errorRootCauses)A collection of ErrorRootCause structures corresponding to the trace segments.
-