Uses of Class
software.amazon.awssdk.services.datapipeline.model.SetStatusResponse
-
Packages that use SetStatusResponse Package Description software.amazon.awssdk.services.datapipeline AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. -
-
Uses of SetStatusResponse in software.amazon.awssdk.services.datapipeline
Methods in software.amazon.awssdk.services.datapipeline that return SetStatusResponse Modifier and Type Method Description default SetStatusResponseDataPipelineClient. setStatus(Consumer<SetStatusRequest.Builder> setStatusRequest)Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.default SetStatusResponseDataPipelineClient. setStatus(SetStatusRequest setStatusRequest)Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.Methods in software.amazon.awssdk.services.datapipeline that return types with arguments of type SetStatusResponse Modifier and Type Method 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.
-