Uses of Class
software.amazon.awssdk.services.glue.model.S3CsvSource
-
Packages that use S3CsvSource Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3CsvSource in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return S3CsvSource Modifier and Type Method Description S3CsvSourceCodeGenConfigurationNode. s3CsvSource()Specifies a command-separated value (CSV) data store stored in Amazon S3.Methods in software.amazon.awssdk.services.glue.model with parameters of type S3CsvSource Modifier and Type Method Description CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. s3CsvSource(S3CsvSource s3CsvSource)Specifies a command-separated value (CSV) data store stored in Amazon S3.
-