| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
List<Output> |
JobRun.outputs()
One or more output artifacts from a job run.
|
List<Output> |
CreateRecipeJobRequest.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> |
UpdateRecipeJobRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
JobRun.Builder |
JobRun.Builder.outputs(Output... outputs)
One or more output artifacts from a job run.
|
CreateRecipeJobRequest.Builder |
CreateRecipeJobRequest.Builder.outputs(Output... outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobRunResponse.Builder |
DescribeJobRunResponse.Builder.outputs(Output... outputs)
One or more output artifacts from a job run.
|
Job.Builder |
Job.Builder.outputs(Output... outputs)
One or more artifacts that represent output from running the job.
|
UpdateRecipeJobRequest.Builder |
UpdateRecipeJobRequest.Builder.outputs(Output... outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.outputs(Output... outputs)
One or more artifacts that represent the output from running the job.
|
| Modifier and Type | Method and Description |
|---|---|
JobRun.Builder |
JobRun.Builder.outputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
CreateRecipeJobRequest.Builder |
CreateRecipeJobRequest.Builder.outputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobRunResponse.Builder |
DescribeJobRunResponse.Builder.outputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
Job.Builder |
Job.Builder.outputs(Collection<Output> outputs)
One or more artifacts that represent output from running the job.
|
UpdateRecipeJobRequest.Builder |
UpdateRecipeJobRequest.Builder.outputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.outputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
Copyright © 2023. All rights reserved.