Uses of Class
software.amazon.awssdk.services.appflow.model.S3InputFileType
-
Packages that use S3InputFileType Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of S3InputFileType in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return S3InputFileType Modifier and Type Method Description static S3InputFileTypeS3InputFileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3InputFileTypeS3InputFormatConfig. s3InputFileType()The file type that Amazon AppFlow gets from your Amazon S3 bucket.static S3InputFileTypeS3InputFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static S3InputFileType[]S3InputFileType. 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 S3InputFileType Modifier and Type Method Description static Set<S3InputFileType>S3InputFileType. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type S3InputFileType Modifier and Type Method Description S3InputFormatConfig.BuilderS3InputFormatConfig.Builder. s3InputFileType(S3InputFileType s3InputFileType)The file type that Amazon AppFlow gets from your Amazon S3 bucket.
-