Uses of Interface
software.amazon.awscdk.services.medialive.alpha.NetworkRoute
Packages that use NetworkRoute
Package
Description
AWS::MediaLive Construct Library
-
Uses of NetworkRoute in software.amazon.awscdk.services.medialive.alpha
Classes in software.amazon.awscdk.services.medialive.alpha that implement NetworkRouteMethods in software.amazon.awscdk.services.medialive.alpha that return NetworkRouteMethods in software.amazon.awscdk.services.medialive.alpha that return types with arguments of type NetworkRouteModifier and TypeMethodDescriptiondefault List<NetworkRoute> PushInputDestination.getNetworkRoutes()(experimental) The routes to the push destination on the local network.final List<NetworkRoute> PushInputDestination.Jsii$Proxy.getNetworkRoutes()default List<NetworkRoute> NetworkProps.getRoutes()(experimental) The routes for the network.final List<NetworkRoute> NetworkProps.Jsii$Proxy.getRoutes()Method parameters in software.amazon.awscdk.services.medialive.alpha with type arguments of type NetworkRouteModifier and TypeMethodDescriptionPushInputDestination.Builder.networkRoutes(List<? extends NetworkRoute> networkRoutes) Sets the value ofPushInputDestination.getNetworkRoutes()Network.Builder.routes(List<? extends NetworkRoute> routes) (experimental) The routes for the network.NetworkProps.Builder.routes(List<? extends NetworkRoute> routes) Sets the value ofNetworkProps.getRoutes()