Uses of Class
software.amazon.awssdk.services.mediaconnect.model.UpdateFailoverConfig
-
Packages that use UpdateFailoverConfig Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of UpdateFailoverConfig in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return UpdateFailoverConfig Modifier and Type Method Description UpdateFailoverConfigUpdateBridgeRequest. sourceFailoverConfig()Returns the value of the SourceFailoverConfig property for this object.UpdateFailoverConfigUpdateFlowRequest. sourceFailoverConfig()Returns the value of the SourceFailoverConfig property for this object.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type UpdateFailoverConfig Modifier and Type Method Description UpdateBridgeRequest.BuilderUpdateBridgeRequest.Builder. sourceFailoverConfig(UpdateFailoverConfig sourceFailoverConfig)Sets the value of the SourceFailoverConfig property for this object.UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. sourceFailoverConfig(UpdateFailoverConfig sourceFailoverConfig)Sets the value of the SourceFailoverConfig property for this object.
-