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