Uses of Class
software.amazon.awssdk.services.xray.model.ErrorRootCauseService
-
Packages that use ErrorRootCauseService Package Description software.amazon.awssdk.services.xray.model -
-
Uses of ErrorRootCauseService in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type ErrorRootCauseService Modifier and Type Method Description List<ErrorRootCauseService>ErrorRootCause. services()A list of services corresponding to an error.Methods in software.amazon.awssdk.services.xray.model with parameters of type ErrorRootCauseService Modifier and Type Method Description ErrorRootCause.BuilderErrorRootCause.Builder. services(ErrorRootCauseService... services)A list of services corresponding to an error.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type ErrorRootCauseService Modifier and Type Method Description ErrorRootCause.BuilderErrorRootCause.Builder. services(Collection<ErrorRootCauseService> services)A list of services corresponding to an error.
-