Uses of Class
software.amazon.awssdk.services.medialive.model.InputDestinationRoute
-
Packages that use InputDestinationRoute Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDestinationRoute in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputDestinationRoute Modifier and Type Method Description List<InputDestinationRoute>InputDestination. networkRoutes()If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDestinationRoute Modifier and Type Method Description InputDestination.BuilderInputDestination.Builder. networkRoutes(InputDestinationRoute... networkRoutes)If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputDestinationRoute Modifier and Type Method Description InputDestination.BuilderInputDestination.Builder. networkRoutes(Collection<InputDestinationRoute> networkRoutes)If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.
-