Uses of Class
software.amazon.awssdk.services.supplychain.model.DataIntegrationFlowSource
-
Packages that use DataIntegrationFlowSource Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of DataIntegrationFlowSource in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return types with arguments of type DataIntegrationFlowSource Modifier and Type Method Description List<DataIntegrationFlowSource>CreateDataIntegrationFlowRequest. sources()The source configurations for DataIntegrationFlow.List<DataIntegrationFlowSource>DataIntegrationFlow. sources()The DataIntegrationFlow source configurations.List<DataIntegrationFlowSource>UpdateDataIntegrationFlowRequest. sources()The new source configurations for the DataIntegrationFlow.Methods in software.amazon.awssdk.services.supplychain.model with parameters of type DataIntegrationFlowSource Modifier and Type Method Description CreateDataIntegrationFlowRequest.BuilderCreateDataIntegrationFlowRequest.Builder. sources(DataIntegrationFlowSource... sources)The source configurations for DataIntegrationFlow.DataIntegrationFlow.BuilderDataIntegrationFlow.Builder. sources(DataIntegrationFlowSource... sources)The DataIntegrationFlow source configurations.UpdateDataIntegrationFlowRequest.BuilderUpdateDataIntegrationFlowRequest.Builder. sources(DataIntegrationFlowSource... sources)The new source configurations for the DataIntegrationFlow.Method parameters in software.amazon.awssdk.services.supplychain.model with type arguments of type DataIntegrationFlowSource Modifier and Type Method Description CreateDataIntegrationFlowRequest.BuilderCreateDataIntegrationFlowRequest.Builder. sources(Collection<DataIntegrationFlowSource> sources)The source configurations for DataIntegrationFlow.DataIntegrationFlow.BuilderDataIntegrationFlow.Builder. sources(Collection<DataIntegrationFlowSource> sources)The DataIntegrationFlow source configurations.UpdateDataIntegrationFlowRequest.BuilderUpdateDataIntegrationFlowRequest.Builder. sources(Collection<DataIntegrationFlowSource> sources)The new source configurations for the DataIntegrationFlow.
-