Uses of Class
software.amazon.awssdk.services.supplychain.model.DataIntegrationFlowSourceType
-
Packages that use DataIntegrationFlowSourceType Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of DataIntegrationFlowSourceType in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return DataIntegrationFlowSourceType Modifier and Type Method Description static DataIntegrationFlowSourceTypeDataIntegrationFlowSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataIntegrationFlowSourceTypeDataIntegrationFlowSource. sourceType()The DataIntegrationFlow source type.static DataIntegrationFlowSourceTypeDataIntegrationFlowSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataIntegrationFlowSourceType[]DataIntegrationFlowSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.supplychain.model that return types with arguments of type DataIntegrationFlowSourceType Modifier and Type Method Description static Set<DataIntegrationFlowSourceType>DataIntegrationFlowSourceType. knownValues()Methods in software.amazon.awssdk.services.supplychain.model with parameters of type DataIntegrationFlowSourceType Modifier and Type Method Description DataIntegrationFlowSource.BuilderDataIntegrationFlowSource.Builder. sourceType(DataIntegrationFlowSourceType sourceType)The DataIntegrationFlow source type.
-