Uses of Class
software.amazon.awssdk.services.georoutes.model.IsolineConnection
-
Packages that use IsolineConnection Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of IsolineConnection in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type IsolineConnection Modifier and Type Method Description List<IsolineConnection>Isoline. connections()Isolines may contain multiple components, if these components are connected by ferry links.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type IsolineConnection Modifier and Type Method Description Isoline.BuilderIsoline.Builder. connections(IsolineConnection... connections)Isolines may contain multiple components, if these components are connected by ferry links.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type IsolineConnection Modifier and Type Method Description Isoline.BuilderIsoline.Builder. connections(Collection<IsolineConnection> connections)Isolines may contain multiple components, if these components are connected by ferry links.
-