Uses of Class
software.amazon.awssdk.services.medialive.model.InputSourceType
-
Packages that use InputSourceType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputSourceType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputSourceType Modifier and Type Method Description static InputSourceTypeInputSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputSourceTypeDescribeInputResponse. inputSourceType()Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during input switch actions.InputSourceTypeInput. inputSourceType()Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during input switch actions.static InputSourceTypeInputSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InputSourceType[]InputSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputSourceType Modifier and Type Method Description static Set<InputSourceType>InputSourceType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputSourceType Modifier and Type Method Description DescribeInputResponse.BuilderDescribeInputResponse.Builder. inputSourceType(InputSourceType inputSourceType)Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during input switch actions.Input.BuilderInput.Builder. inputSourceType(InputSourceType inputSourceType)Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during input switch actions.
-