Uses of Class
com.amazonaws.services.datapipeline.model.SetStatusResult
-
Packages that use SetStatusResult Package Description com.amazonaws.services.datapipeline com.amazonaws.services.datapipeline.model -
-
Uses of SetStatusResult in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline that return SetStatusResult Modifier and Type Method Description SetStatusResult
AbstractDataPipeline. setStatus(SetStatusRequest request)
SetStatusResult
DataPipeline. setStatus(SetStatusRequest setStatusRequest)
Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.SetStatusResult
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 SetStatusResult Modifier and Type Method Description Future<SetStatusResult>
AbstractDataPipelineAsync. setStatusAsync(SetStatusRequest request)
Future<SetStatusResult>
AbstractDataPipelineAsync. setStatusAsync(SetStatusRequest request, AsyncHandler<SetStatusRequest,SetStatusResult> asyncHandler)
Future<SetStatusResult>
DataPipelineAsync. setStatusAsync(SetStatusRequest setStatusRequest)
Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.Future<SetStatusResult>
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.Future<SetStatusResult>
DataPipelineAsyncClient. setStatusAsync(SetStatusRequest request)
Future<SetStatusResult>
DataPipelineAsyncClient. setStatusAsync(SetStatusRequest request, AsyncHandler<SetStatusRequest,SetStatusResult> asyncHandler)
Method parameters in com.amazonaws.services.datapipeline with type arguments of type SetStatusResult Modifier and Type Method Description Future<SetStatusResult>
AbstractDataPipelineAsync. setStatusAsync(SetStatusRequest request, AsyncHandler<SetStatusRequest,SetStatusResult> asyncHandler)
Future<SetStatusResult>
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.Future<SetStatusResult>
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 Modifier and Type Method Description SetStatusResult
SetStatusResult. clone()
-