| 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 |
|---|---|
ListJobsResult |
AWSGlueDataBrewClient.listJobs(ListJobsRequest request)
Lists all of the DataBrew jobs that are defined.
|
ListJobsResult |
AbstractAWSGlueDataBrew.listJobs(ListJobsRequest request) |
ListJobsResult |
AWSGlueDataBrew.listJobs(ListJobsRequest listJobsRequest)
Lists all of the DataBrew jobs that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AbstractAWSGlueDataBrewAsync.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AWSGlueDataBrewAsyncClient.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AWSGlueDataBrewAsync.listJobsAsync(ListJobsRequest listJobsRequest)
Lists all of the DataBrew jobs that are defined.
|
Future<ListJobsResult> |
AbstractAWSGlueDataBrewAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSGlueDataBrewAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSGlueDataBrewAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Lists all of the DataBrew jobs that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AbstractAWSGlueDataBrewAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSGlueDataBrewAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSGlueDataBrewAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Lists all of the DataBrew jobs that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.clone() |
ListJobsResult |
ListJobsResult.withJobs(Collection<Job> jobs)
A list of jobs that are defined.
|
ListJobsResult |
ListJobsResult.withJobs(Job... jobs)
A list of jobs that are defined.
|
ListJobsResult |
ListJobsResult.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.