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