Uses of Class
software.amazon.awssdk.services.mediaconnect.model.SetSourceRequest
-
Packages that use SetSourceRequest Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of SetSourceRequest in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return SetSourceRequest Modifier and Type Method Description SetSourceRequestCreateFlowRequest. source()Returns the value of the Source property for this object.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type SetSourceRequest Modifier and Type Method Description List<SetSourceRequest>AddFlowSourcesRequest. sources()A list of sources that you want to add.List<SetSourceRequest>CreateFlowRequest. sources()Returns the value of the Sources property for this object.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type SetSourceRequest Modifier and Type Method Description CreateFlowRequest.BuilderCreateFlowRequest.Builder. source(SetSourceRequest source)Sets the value of the Source property for this object.AddFlowSourcesRequest.BuilderAddFlowSourcesRequest.Builder. sources(SetSourceRequest... sources)A list of sources that you want to add.CreateFlowRequest.BuilderCreateFlowRequest.Builder. sources(SetSourceRequest... sources)Sets the value of the Sources property for this object.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type SetSourceRequest Modifier and Type Method Description AddFlowSourcesRequest.BuilderAddFlowSourcesRequest.Builder. sources(Collection<SetSourceRequest> sources)A list of sources that you want to add.CreateFlowRequest.BuilderCreateFlowRequest.Builder. sources(Collection<SetSourceRequest> sources)Sets the value of the Sources property for this object.
-