Uses of Class
com.amazonaws.services.datapipeline.model.SetStatusResult
Packages that use SetStatusResult
-
Uses of SetStatusResult in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline that return SetStatusResultModifier and TypeMethodDescriptionAbstractDataPipeline.setStatus
(SetStatusRequest request) DataPipeline.setStatus
(SetStatusRequest setStatusRequest) Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.DataPipelineClient.setStatus
(SetStatusRequest setStatusRequest) Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.Methods in com.amazonaws.services.datapipeline that return types with arguments of type SetStatusResultModifier and TypeMethodDescriptionAbstractDataPipelineAsync.setStatusAsync
(SetStatusRequest request) AbstractDataPipelineAsync.setStatusAsync
(SetStatusRequest request, AsyncHandler<SetStatusRequest, SetStatusResult> asyncHandler) DataPipelineAsync.setStatusAsync
(SetStatusRequest setStatusRequest) Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.DataPipelineAsync.setStatusAsync
(SetStatusRequest setStatusRequest, AsyncHandler<SetStatusRequest, SetStatusResult> asyncHandler) Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.DataPipelineAsyncClient.setStatusAsync
(SetStatusRequest request) DataPipelineAsyncClient.setStatusAsync
(SetStatusRequest request, AsyncHandler<SetStatusRequest, SetStatusResult> asyncHandler) Method parameters in com.amazonaws.services.datapipeline with type arguments of type SetStatusResultModifier and TypeMethodDescriptionAbstractDataPipelineAsync.setStatusAsync
(SetStatusRequest request, AsyncHandler<SetStatusRequest, SetStatusResult> asyncHandler) DataPipelineAsync.setStatusAsync
(SetStatusRequest setStatusRequest, AsyncHandler<SetStatusRequest, SetStatusResult> asyncHandler) Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.DataPipelineAsyncClient.setStatusAsync
(SetStatusRequest request, AsyncHandler<SetStatusRequest, SetStatusResult> asyncHandler) -
Uses of SetStatusResult in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return SetStatusResult