Uses of Class
com.amazonaws.services.datapipeline.model.SetStatusRequest
Packages that use SetStatusRequest
-
Uses of SetStatusRequest in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline with parameters of type SetStatusRequestModifier 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.AbstractDataPipelineAsync.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 SetStatusRequestModifier 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 SetStatusRequest in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return SetStatusRequestModifier and TypeMethodDescriptionSetStatusRequest.clone()SetStatusRequest.withObjectIds(String... objectIds) The IDs of the objects.SetStatusRequest.withObjectIds(Collection<String> objectIds) The IDs of the objects.SetStatusRequest.withPipelineId(String pipelineId) The ID of the pipeline that contains the objects.SetStatusRequest.withStatus(String status) The status to be set on all the objects specified inobjectIds.