| Package | Description | 
|---|---|
| com.amazonaws.services.datapipeline | Synchronous and asynchronous client classes for accessing DataPipeline. | 
| com.amazonaws.services.datapipeline.model | Classes modeling the various types represented by DataPipeline. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DataPipelineClient. setStatus(SetStatusRequest setStatusRequest)
 Requests that the status of the specified physical or logical
 pipeline objects be updated in the specified pipeline. | 
| void | DataPipeline. setStatus(SetStatusRequest setStatusRequest)
 Requests that the status of the specified physical or logical
 pipeline objects be updated in the specified pipeline. | 
| Future<Void> | DataPipelineAsyncClient. setStatusAsync(SetStatusRequest setStatusRequest)
 Requests that the status of the specified physical or logical
 pipeline objects be updated in the specified pipeline. | 
| Future<Void> | DataPipelineAsync. setStatusAsync(SetStatusRequest setStatusRequest)
 Requests that the status of the specified physical or logical
 pipeline objects be updated in the specified pipeline. | 
| Future<Void> | DataPipelineAsyncClient. setStatusAsync(SetStatusRequest setStatusRequest,
              AsyncHandler<SetStatusRequest,Void> asyncHandler)
 Requests that the status of the specified physical or logical
 pipeline objects be updated in the specified pipeline. | 
| Future<Void> | DataPipelineAsync. setStatusAsync(SetStatusRequest setStatusRequest,
              AsyncHandler<SetStatusRequest,Void> asyncHandler)
 Requests that the status of the specified physical or logical
 pipeline objects be updated in the specified pipeline. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<Void> | DataPipelineAsyncClient. setStatusAsync(SetStatusRequest setStatusRequest,
              AsyncHandler<SetStatusRequest,Void> asyncHandler)
 Requests that the status of the specified physical or logical
 pipeline objects be updated in the specified pipeline. | 
| Future<Void> | DataPipelineAsync. setStatusAsync(SetStatusRequest setStatusRequest,
              AsyncHandler<SetStatusRequest,Void> asyncHandler)
 Requests that the status of the specified physical or logical
 pipeline objects be updated in the specified pipeline. | 
| Modifier and Type | Method and Description | 
|---|---|
| SetStatusRequest | SetStatusRequest. clone() | 
| SetStatusRequest | SetStatusRequest. withObjectIds(Collection<String> objectIds)The IDs of the objects. | 
| SetStatusRequest | SetStatusRequest. withObjectIds(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 in
  objectIds. | 
Copyright © 2015. All rights reserved.