Uses of Class
software.amazon.awssdk.services.medialive.model.InputRequestDestinationRoute
-
Packages that use InputRequestDestinationRoute Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputRequestDestinationRoute in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputRequestDestinationRoute Modifier and Type Method Description List<InputRequestDestinationRoute>InputDestinationRequest. 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 InputRequestDestinationRoute Modifier and Type Method Description InputDestinationRequest.BuilderInputDestinationRequest.Builder. networkRoutes(InputRequestDestinationRoute... 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 InputRequestDestinationRoute Modifier and Type Method Description InputDestinationRequest.BuilderInputDestinationRequest.Builder. networkRoutes(Collection<InputRequestDestinationRoute> 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.
-