|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetStatusRequest | |
---|---|
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. |
Uses of SetStatusRequest in com.amazonaws.services.datapipeline |
---|
Methods in com.amazonaws.services.datapipeline with parameters of type SetStatusRequest | |
---|---|
void |
DataPipelineClient.setStatus(SetStatusRequest setStatusRequest)
Requests that the status of an array of physical or logical pipeline objects be updated in the pipeline. |
void |
DataPipeline.setStatus(SetStatusRequest setStatusRequest)
Requests that the status of an array of physical or logical pipeline objects be updated in the pipeline. |
Future<Void> |
DataPipelineAsyncClient.setStatusAsync(SetStatusRequest setStatusRequest)
Requests that the status of an array of physical or logical pipeline objects be updated in the pipeline. |
Future<Void> |
DataPipelineAsync.setStatusAsync(SetStatusRequest setStatusRequest)
Requests that the status of an array of physical or logical pipeline objects be updated in the pipeline. |
Future<Void> |
DataPipelineAsyncClient.setStatusAsync(SetStatusRequest setStatusRequest,
AsyncHandler<SetStatusRequest,Void> asyncHandler)
Requests that the status of an array of physical or logical pipeline objects be updated in the pipeline. |
Future<Void> |
DataPipelineAsync.setStatusAsync(SetStatusRequest setStatusRequest,
AsyncHandler<SetStatusRequest,Void> asyncHandler)
Requests that the status of an array of physical or logical pipeline objects be updated in the pipeline. |
Method parameters in com.amazonaws.services.datapipeline with type arguments of type SetStatusRequest | |
---|---|
Future<Void> |
DataPipelineAsyncClient.setStatusAsync(SetStatusRequest setStatusRequest,
AsyncHandler<SetStatusRequest,Void> asyncHandler)
Requests that the status of an array of physical or logical pipeline objects be updated in the pipeline. |
Future<Void> |
DataPipelineAsync.setStatusAsync(SetStatusRequest setStatusRequest,
AsyncHandler<SetStatusRequest,Void> asyncHandler)
Requests that the status of an array of physical or logical pipeline objects be updated in the pipeline. |
Uses of SetStatusRequest in com.amazonaws.services.datapipeline.model |
---|
Methods in com.amazonaws.services.datapipeline.model that return SetStatusRequest | |
---|---|
SetStatusRequest |
SetStatusRequest.withObjectIds(Collection<String> objectIds)
Identifies an array of objects. |
SetStatusRequest |
SetStatusRequest.withObjectIds(String... objectIds)
Identifies an array of objects. |
SetStatusRequest |
SetStatusRequest.withPipelineId(String pipelineId)
Identifies the pipeline that contains the objects. |
SetStatusRequest |
SetStatusRequest.withStatus(String status)
Specifies the status to be set on all the objects in objectIds . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |