| Package | Description |
|---|---|
| software.amazon.awssdk.services.datapipeline |
AWS Data Pipeline configures and manages a data-driven workflow called a pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
default SetStatusResponse |
DataPipelineClient.setStatus(Consumer<SetStatusRequest.Builder> setStatusRequest)
Requests that the status of the specified physical or logical pipeline objects be updated in the specified
pipeline.
|
default SetStatusResponse |
DataPipelineClient.setStatus(SetStatusRequest setStatusRequest)
Requests that the status of the specified physical or logical pipeline objects be updated in the specified
pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SetStatusResponse> |
DataPipelineAsyncClient.setStatus(Consumer<SetStatusRequest.Builder> setStatusRequest)
Requests that the status of the specified physical or logical pipeline objects be updated in the specified
pipeline.
|
default CompletableFuture<SetStatusResponse> |
DataPipelineAsyncClient.setStatus(SetStatusRequest setStatusRequest)
Requests that the status of the specified physical or logical pipeline objects be updated in the specified
pipeline.
|
Copyright © 2022. All rights reserved.