Uses of Class
software.amazon.awssdk.services.xray.model.GraphLink
-
Packages that use GraphLink Package Description software.amazon.awssdk.services.xray.model -
-
Uses of GraphLink in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GraphLink Modifier and Type Method Description List<GraphLink>RetrievedService. links()Relation between two 2 services.Methods in software.amazon.awssdk.services.xray.model with parameters of type GraphLink Modifier and Type Method Description RetrievedService.BuilderRetrievedService.Builder. links(GraphLink... links)Relation between two 2 services.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type GraphLink Modifier and Type Method Description RetrievedService.BuilderRetrievedService.Builder. links(Collection<GraphLink> links)Relation between two 2 services.
-