| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static InputSourceType |
InputSourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InputSourceType |
DescribeInputResponse.inputSourceType()
Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during
input switch actions.
|
InputSourceType |
Input.inputSourceType()
Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during
input switch actions.
|
static InputSourceType |
InputSourceType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InputSourceType> |
InputSourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResponse.Builder |
DescribeInputResponse.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.Builder |
Input.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.
|
Copyright © 2022. All rights reserved.