Uses of Class
software.amazon.awssdk.services.medialive.model.InputDestination
-
Packages that use InputDestination Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDestination in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputDestination Modifier and Type Method Description List<InputDestination>DescribeInputResponse. destinations()A list of the destinations of the input (PUSH-type).List<InputDestination>Input. destinations()A list of the destinations of the input (PUSH-type).Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDestination Modifier and Type Method Description DescribeInputResponse.BuilderDescribeInputResponse.Builder. destinations(InputDestination... destinations)A list of the destinations of the input (PUSH-type).Input.BuilderInput.Builder. destinations(InputDestination... destinations)A list of the destinations of the input (PUSH-type).Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputDestination Modifier and Type Method Description DescribeInputResponse.BuilderDescribeInputResponse.Builder. destinations(Collection<InputDestination> destinations)A list of the destinations of the input (PUSH-type).Input.BuilderInput.Builder. destinations(Collection<InputDestination> destinations)A list of the destinations of the input (PUSH-type).
-