Uses of Class
software.amazon.awssdk.services.appflow.model.PrefixConfig
-
Packages that use PrefixConfig Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of PrefixConfig in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return PrefixConfig Modifier and Type Method Description PrefixConfigS3OutputFormatConfig. prefixConfig()Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.PrefixConfigUpsolverS3OutputFormatConfig. prefixConfig()Returns the value of the PrefixConfig property for this object.Methods in software.amazon.awssdk.services.appflow.model with parameters of type PrefixConfig Modifier and Type Method Description S3OutputFormatConfig.BuilderS3OutputFormatConfig.Builder. prefixConfig(PrefixConfig prefixConfig)Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.UpsolverS3OutputFormatConfig.BuilderUpsolverS3OutputFormatConfig.Builder. prefixConfig(PrefixConfig prefixConfig)Sets the value of the PrefixConfig property for this object.
-