Uses of Class
software.amazon.awssdk.services.mediaconnect.model.Source
-
Packages that use Source Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of Source in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return Source Modifier and Type Method Description SourceFlow. source()Returns the value of the Source property for this object.SourceUpdateFlowSourceResponse. source()The settings for the source of the flow.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type Source Modifier and Type Method Description List<Source>AddFlowSourcesResponse. sources()The details of the newly added sources.List<Source>Flow. sources()Returns the value of the Sources property for this object.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type Source Modifier and Type Method Description Flow.BuilderFlow.Builder. source(Source source)Sets the value of the Source property for this object.UpdateFlowSourceResponse.BuilderUpdateFlowSourceResponse.Builder. source(Source source)The settings for the source of the flow.AddFlowSourcesResponse.BuilderAddFlowSourcesResponse.Builder. sources(Source... sources)The details of the newly added sources.Flow.BuilderFlow.Builder. sources(Source... 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 Source Modifier and Type Method Description AddFlowSourcesResponse.BuilderAddFlowSourcesResponse.Builder. sources(Collection<Source> sources)The details of the newly added sources.Flow.BuilderFlow.Builder. sources(Collection<Source> sources)Sets the value of the Sources property for this object.
-