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 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.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 SetStatusRequest
SetStatusRequest. clone()
SetStatusRequest
SetStatusRequest. withObjectIds(String... objectIds)
The IDs of the objects.SetStatusRequest
SetStatusRequest. withObjectIds(Collection<String> objectIds)
The IDs of the objects.SetStatusRequest
SetStatusRequest. withPipelineId(String pipelineId)
The ID of the pipeline that contains the objects.SetStatusRequest
SetStatusRequest. withStatus(String status)
The status to be set on all the objects specified inobjectIds
.
-