Uses of Class
software.amazon.awssdk.services.medialive.model.InputNetworkLocation
-
Packages that use InputNetworkLocation Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputNetworkLocation in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputNetworkLocation Modifier and Type Method Description static InputNetworkLocationInputNetworkLocation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputNetworkLocationCreateInputRequest. inputNetworkLocation()The location of this input.InputNetworkLocationDescribeInputResponse. inputNetworkLocation()The location of this input.InputNetworkLocationInput. inputNetworkLocation()The location of this input.static InputNetworkLocationInputNetworkLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static InputNetworkLocation[]InputNetworkLocation. 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 InputNetworkLocation Modifier and Type Method Description static Set<InputNetworkLocation>InputNetworkLocation. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputNetworkLocation Modifier and Type Method Description CreateInputRequest.BuilderCreateInputRequest.Builder. inputNetworkLocation(InputNetworkLocation inputNetworkLocation)The location of this input.DescribeInputResponse.BuilderDescribeInputResponse.Builder. inputNetworkLocation(InputNetworkLocation inputNetworkLocation)The location of this input.Input.BuilderInput.Builder. inputNetworkLocation(InputNetworkLocation inputNetworkLocation)The location of this input.
-