Uses of Class
software.amazon.awssdk.services.medialive.model.GlobalConfigurationOutputLockingMode
-
Packages that use GlobalConfigurationOutputLockingMode Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of GlobalConfigurationOutputLockingMode in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return GlobalConfigurationOutputLockingMode Modifier and Type Method Description static GlobalConfigurationOutputLockingModeGlobalConfigurationOutputLockingMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GlobalConfigurationOutputLockingModeGlobalConfiguration. outputLockingMode()Indicates how MediaLive pipelines are synchronized.static GlobalConfigurationOutputLockingModeGlobalConfigurationOutputLockingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GlobalConfigurationOutputLockingMode[]GlobalConfigurationOutputLockingMode. 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 GlobalConfigurationOutputLockingMode Modifier and Type Method Description static Set<GlobalConfigurationOutputLockingMode>GlobalConfigurationOutputLockingMode. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type GlobalConfigurationOutputLockingMode Modifier and Type Method Description GlobalConfiguration.BuilderGlobalConfiguration.Builder. outputLockingMode(GlobalConfigurationOutputLockingMode outputLockingMode)Indicates how MediaLive pipelines are synchronized.
-