Uses of Class
software.amazon.awssdk.services.xray.model.InsightImpactGraphEdge
-
Packages that use InsightImpactGraphEdge Package Description software.amazon.awssdk.services.xray.model -
-
Uses of InsightImpactGraphEdge in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type InsightImpactGraphEdge Modifier and Type Method Description List<InsightImpactGraphEdge>InsightImpactGraphService. edges()Connections to downstream services.Methods in software.amazon.awssdk.services.xray.model with parameters of type InsightImpactGraphEdge Modifier and Type Method Description InsightImpactGraphService.BuilderInsightImpactGraphService.Builder. edges(InsightImpactGraphEdge... edges)Connections to downstream services.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type InsightImpactGraphEdge Modifier and Type Method Description InsightImpactGraphService.BuilderInsightImpactGraphService.Builder. edges(Collection<InsightImpactGraphEdge> edges)Connections to downstream services.
-