Uses of Class
software.amazon.awssdk.services.databrew.model.S3TableOutputOptions
-
Packages that use S3TableOutputOptions Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of S3TableOutputOptions in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return S3TableOutputOptions Modifier and Type Method Description S3TableOutputOptionsDataCatalogOutput. s3Options()Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.Methods in software.amazon.awssdk.services.databrew.model with parameters of type S3TableOutputOptions Modifier and Type Method Description DataCatalogOutput.BuilderDataCatalogOutput.Builder. s3Options(S3TableOutputOptions s3Options)Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
-