Uses of Class
software.amazon.awssdk.services.medialive.model.MulticastSource
-
Packages that use MulticastSource Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of MulticastSource in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type MulticastSource Modifier and Type Method Description List<MulticastSource>MulticastSettings. sources()Returns the value of the Sources property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type MulticastSource Modifier and Type Method Description MulticastSettings.BuilderMulticastSettings.Builder. sources(MulticastSource... sources)Sets the value of the Sources property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type MulticastSource Modifier and Type Method Description MulticastSettings.BuilderMulticastSettings.Builder. sources(Collection<MulticastSource> sources)Sets the value of the Sources property for this object.
-