Uses of Class
software.amazon.awssdk.services.xray.model.ErrorRootCauseEntity
-
Packages that use ErrorRootCauseEntity Package Description software.amazon.awssdk.services.xray.model -
-
Uses of ErrorRootCauseEntity in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type ErrorRootCauseEntity Modifier and Type Method Description List<ErrorRootCauseEntity>ErrorRootCauseService. entityPath()The path of root cause entities found on the service.Methods in software.amazon.awssdk.services.xray.model with parameters of type ErrorRootCauseEntity Modifier and Type Method Description ErrorRootCauseService.BuilderErrorRootCauseService.Builder. entityPath(ErrorRootCauseEntity... entityPath)The path of root cause entities found on the service.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type ErrorRootCauseEntity Modifier and Type Method Description ErrorRootCauseService.BuilderErrorRootCauseService.Builder. entityPath(Collection<ErrorRootCauseEntity> entityPath)The path of root cause entities found on the service.
-