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