| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew |
AWS Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsResult |
AWSGlueDataBrewClient.listJobRuns(ListJobRunsRequest request)
Lists all of the previous runs of a particular DataBrew job.
|
ListJobRunsResult |
AbstractAWSGlueDataBrew.listJobRuns(ListJobRunsRequest request) |
ListJobRunsResult |
AWSGlueDataBrew.listJobRuns(ListJobRunsRequest listJobRunsRequest)
Lists all of the previous runs of a particular DataBrew job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobRunsResult> |
AbstractAWSGlueDataBrewAsync.listJobRunsAsync(ListJobRunsRequest request,
AsyncHandler<ListJobRunsRequest,ListJobRunsResult> asyncHandler) |
Future<ListJobRunsResult> |
AWSGlueDataBrewAsyncClient.listJobRunsAsync(ListJobRunsRequest request,
AsyncHandler<ListJobRunsRequest,ListJobRunsResult> asyncHandler) |
Future<ListJobRunsResult> |
AWSGlueDataBrewAsync.listJobRunsAsync(ListJobRunsRequest listJobRunsRequest,
AsyncHandler<ListJobRunsRequest,ListJobRunsResult> asyncHandler)
Lists all of the previous runs of a particular DataBrew job.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsResult |
ListJobRunsResult.clone() |
ListJobRunsResult |
ListJobRunsResult.withJobRuns(Collection<JobRun> jobRuns)
A list of job runs that have occurred for the specified job.
|
ListJobRunsResult |
ListJobRunsResult.withJobRuns(JobRun... jobRuns)
A list of job runs that have occurred for the specified job.
|
ListJobRunsResult |
ListJobRunsResult.withNextToken(String nextToken)
A token that you can use in a subsequent call to retrieve the next set of results.
|
Copyright © 2021. All rights reserved.