Uses of Class
software.amazon.awssdk.services.supplychain.model.DataIntegrationFlowTargetType
-
Packages that use DataIntegrationFlowTargetType Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of DataIntegrationFlowTargetType in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return DataIntegrationFlowTargetType Modifier and Type Method Description static DataIntegrationFlowTargetTypeDataIntegrationFlowTargetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataIntegrationFlowTargetTypeDataIntegrationFlowTarget. targetType()The DataIntegrationFlow target type.static DataIntegrationFlowTargetTypeDataIntegrationFlowTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataIntegrationFlowTargetType[]DataIntegrationFlowTargetType. 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 DataIntegrationFlowTargetType Modifier and Type Method Description static Set<DataIntegrationFlowTargetType>DataIntegrationFlowTargetType. knownValues()Methods in software.amazon.awssdk.services.supplychain.model with parameters of type DataIntegrationFlowTargetType Modifier and Type Method Description DataIntegrationFlowTarget.BuilderDataIntegrationFlowTarget.Builder. targetType(DataIntegrationFlowTargetType targetType)The DataIntegrationFlow target type.
-