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