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