Uses of Class
software.amazon.awssdk.services.mediaconnect.model.FailoverMode
-
Packages that use FailoverMode Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of FailoverMode in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return FailoverMode Modifier and Type Method Description FailoverModeFailoverConfig. failoverMode()The type of failover you choose for this flow.FailoverModeUpdateFailoverConfig. failoverMode()The type of failover you choose for this flow.static FailoverModeFailoverMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FailoverModeFailoverMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FailoverMode[]FailoverMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type FailoverMode Modifier and Type Method Description static Set<FailoverMode>FailoverMode. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type FailoverMode Modifier and Type Method Description FailoverConfig.BuilderFailoverConfig.Builder. failoverMode(FailoverMode failoverMode)The type of failover you choose for this flow.UpdateFailoverConfig.BuilderUpdateFailoverConfig.Builder. failoverMode(FailoverMode failoverMode)The type of failover you choose for this flow.
-