Uses of Class
software.amazon.awssdk.services.databrew.model.DataCatalogOutput
-
Packages that use DataCatalogOutput Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of DataCatalogOutput in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type DataCatalogOutput Modifier and Type Method Description List<DataCatalogOutput>CreateRecipeJobRequest. dataCatalogOutputs()One or more artifacts that represent the Glue Data Catalog output from running the job.List<DataCatalogOutput>DescribeJobResponse. dataCatalogOutputs()One or more artifacts that represent the Glue Data Catalog output from running the job.List<DataCatalogOutput>DescribeJobRunResponse. dataCatalogOutputs()One or more artifacts that represent the Glue Data Catalog output from running the job.List<DataCatalogOutput>Job. dataCatalogOutputs()One or more artifacts that represent the Glue Data Catalog output from running the job.List<DataCatalogOutput>JobRun. dataCatalogOutputs()One or more artifacts that represent the Glue Data Catalog output from running the job.List<DataCatalogOutput>UpdateRecipeJobRequest. dataCatalogOutputs()One or more artifacts that represent the Glue Data Catalog output from running the job.Methods in software.amazon.awssdk.services.databrew.model with parameters of type DataCatalogOutput Modifier and Type Method Description CreateRecipeJobRequest.BuilderCreateRecipeJobRequest.Builder. dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.DescribeJobResponse.BuilderDescribeJobResponse.Builder. dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.DescribeJobRunResponse.BuilderDescribeJobRunResponse.Builder. dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.Job.BuilderJob.Builder. dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.JobRun.BuilderJobRun.Builder. dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.UpdateRecipeJobRequest.BuilderUpdateRecipeJobRequest.Builder. dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type DataCatalogOutput Modifier and Type Method Description CreateRecipeJobRequest.BuilderCreateRecipeJobRequest.Builder. dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.DescribeJobResponse.BuilderDescribeJobResponse.Builder. dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.DescribeJobRunResponse.BuilderDescribeJobRunResponse.Builder. dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.Job.BuilderJob.Builder. dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.JobRun.BuilderJobRun.Builder. dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.UpdateRecipeJobRequest.BuilderUpdateRecipeJobRequest.Builder. dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)One or more artifacts that represent the Glue Data Catalog output from running the job.
-