Uses of Class
software.amazon.awssdk.services.mediaconnect.model.SourcePriority
-
Packages that use SourcePriority Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of SourcePriority in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return SourcePriority Modifier and Type Method Description SourcePriorityFailoverConfig. sourcePriority()The priority you want to assign to a source.SourcePriorityUpdateFailoverConfig. sourcePriority()The priority you want to assign to a source.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type SourcePriority Modifier and Type Method Description FailoverConfig.BuilderFailoverConfig.Builder. sourcePriority(SourcePriority sourcePriority)The priority you want to assign to a source.UpdateFailoverConfig.BuilderUpdateFailoverConfig.Builder. sourcePriority(SourcePriority sourcePriority)The priority you want to assign to a source.
-