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