Uses of Class
software.amazon.awssdk.services.networkmanager.model.NetworkRouteDestination
-
Packages that use NetworkRouteDestination Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of NetworkRouteDestination in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type NetworkRouteDestination Modifier and Type Method Description List<NetworkRouteDestination>NetworkRoute. destinations()The destinations.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type NetworkRouteDestination Modifier and Type Method Description NetworkRoute.BuilderNetworkRoute.Builder. destinations(NetworkRouteDestination... destinations)The destinations.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type NetworkRouteDestination Modifier and Type Method Description NetworkRoute.BuilderNetworkRoute.Builder. destinations(Collection<NetworkRouteDestination> destinations)The destinations.
-