Uses of Class
software.amazon.awssdk.services.databrew.model.DatabaseTableOutputOptions
-
Packages that use DatabaseTableOutputOptions Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of DatabaseTableOutputOptions in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return DatabaseTableOutputOptions Modifier and Type Method Description DatabaseTableOutputOptionsDatabaseOutput. databaseOptions()Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.DatabaseTableOutputOptionsDataCatalogOutput. databaseOptions()Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.Methods in software.amazon.awssdk.services.databrew.model with parameters of type DatabaseTableOutputOptions Modifier and Type Method Description DatabaseOutput.BuilderDatabaseOutput.Builder. databaseOptions(DatabaseTableOutputOptions databaseOptions)Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.DataCatalogOutput.BuilderDataCatalogOutput.Builder. databaseOptions(DatabaseTableOutputOptions databaseOptions)Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
-