Uses of Class
software.amazon.awssdk.services.supplychain.model.DataIntegrationFlowTarget
-
Packages that use DataIntegrationFlowTarget Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of DataIntegrationFlowTarget in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return DataIntegrationFlowTarget Modifier and Type Method Description DataIntegrationFlowTargetCreateDataIntegrationFlowRequest. target()The target configurations for DataIntegrationFlow.DataIntegrationFlowTargetDataIntegrationFlow. target()The DataIntegrationFlow target configuration.DataIntegrationFlowTargetUpdateDataIntegrationFlowRequest. target()The new target configurations for the DataIntegrationFlow.Methods in software.amazon.awssdk.services.supplychain.model with parameters of type DataIntegrationFlowTarget Modifier and Type Method Description CreateDataIntegrationFlowRequest.BuilderCreateDataIntegrationFlowRequest.Builder. target(DataIntegrationFlowTarget target)The target configurations for DataIntegrationFlow.DataIntegrationFlow.BuilderDataIntegrationFlow.Builder. target(DataIntegrationFlowTarget target)The DataIntegrationFlow target configuration.UpdateDataIntegrationFlowRequest.BuilderUpdateDataIntegrationFlowRequest.Builder. target(DataIntegrationFlowTarget target)The new target configurations for the DataIntegrationFlow.
-