| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew |
Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| software.amazon.awssdk.services.databrew.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListJobRunsResponse |
DataBrewClient.listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)
Lists all of the previous runs of a particular DataBrew job.
|
default ListJobRunsResponse |
DataBrewClient.listJobRuns(ListJobRunsRequest listJobRunsRequest)
Lists all of the previous runs of a particular DataBrew job.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJobRunsResponse> |
DataBrewAsyncClient.listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)
Lists all of the previous runs of a particular DataBrew job.
|
default CompletableFuture<ListJobRunsResponse> |
DataBrewAsyncClient.listJobRuns(ListJobRunsRequest listJobRunsRequest)
Lists all of the previous runs of a particular DataBrew job.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJobRunsResponse> |
ListJobRunsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobRunsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobRunsResponse> subscriber) |
Copyright © 2023. All rights reserved.