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