Uses of Class
software.amazon.awssdk.services.appflow.model.FileType
-
Packages that use FileType Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of FileType in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return FileType Modifier and Type Method Description FileTypeS3OutputFormatConfig. fileType()Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.FileTypeUpsolverS3OutputFormatConfig. fileType()Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.static FileTypeFileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FileTypeFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileType[]FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type FileType Modifier and Type Method Description static Set<FileType>FileType. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type FileType Modifier and Type Method Description S3OutputFormatConfig.BuilderS3OutputFormatConfig.Builder. fileType(FileType fileType)Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.UpsolverS3OutputFormatConfig.BuilderUpsolverS3OutputFormatConfig.Builder. fileType(FileType fileType)Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
-