Uses of Class
software.amazon.awssdk.services.supplychain.model.DataIntegrationFlowFileType
-
Packages that use DataIntegrationFlowFileType Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of DataIntegrationFlowFileType in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return DataIntegrationFlowFileType Modifier and Type Method Description DataIntegrationFlowFileTypeDataIntegrationFlowS3Options. fileType()The Amazon S3 file type in S3 options.static DataIntegrationFlowFileTypeDataIntegrationFlowFileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataIntegrationFlowFileTypeDataIntegrationFlowFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataIntegrationFlowFileType[]DataIntegrationFlowFileType. 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 DataIntegrationFlowFileType Modifier and Type Method Description static Set<DataIntegrationFlowFileType>DataIntegrationFlowFileType. knownValues()Methods in software.amazon.awssdk.services.supplychain.model with parameters of type DataIntegrationFlowFileType Modifier and Type Method Description DataIntegrationFlowS3Options.BuilderDataIntegrationFlowS3Options.Builder. fileType(DataIntegrationFlowFileType fileType)The Amazon S3 file type in S3 options.
-