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