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