Uses of Class
com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Packages that use SetStatusRequest Package Description com.amazonaws.services.datapipeline com.amazonaws.services.datapipeline.model -
-
Uses of SetStatusRequest in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline with parameters of type SetStatusRequest Modifier and Type Method Description SetStatusResultAbstractDataPipeline. setStatus(SetStatusRequest request)SetStatusResultDataPipeline. setStatus(SetStatusRequest setStatusRequest)Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.SetStatusResultDataPipelineClient. setStatus(SetStatusRequest setStatusRequest)Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.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 SetStatusRequest 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 SetStatusRequest in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return SetStatusRequest Modifier and Type Method Description SetStatusRequestSetStatusRequest. clone()SetStatusRequestSetStatusRequest. withObjectIds(String... objectIds)The IDs of the objects.SetStatusRequestSetStatusRequest. withObjectIds(Collection<String> objectIds)The IDs of the objects.SetStatusRequestSetStatusRequest. withPipelineId(String pipelineId)The ID of the pipeline that contains the objects.SetStatusRequestSetStatusRequest. withStatus(String status)The status to be set on all the objects specified inobjectIds.
-