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 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2014. All rights reserved.