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