Package | Description |
---|---|
com.amazonaws.services.datapipeline | |
com.amazonaws.services.datapipeline.model |
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.
|
void |
AbstractDataPipeline.setStatus(SetStatusRequest request) |
Future<Void> |
DataPipelineAsyncClient.setStatusAsync(SetStatusRequest request) |
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> |
AbstractDataPipelineAsync.setStatusAsync(SetStatusRequest request) |
Future<Void> |
DataPipelineAsyncClient.setStatusAsync(SetStatusRequest request,
AsyncHandler<SetStatusRequest,Void> asyncHandler) |
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.
|
Future<Void> |
AbstractDataPipelineAsync.setStatusAsync(SetStatusRequest request,
AsyncHandler<SetStatusRequest,Void> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
DataPipelineAsyncClient.setStatusAsync(SetStatusRequest request,
AsyncHandler<SetStatusRequest,Void> asyncHandler) |
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.
|
Future<Void> |
AbstractDataPipelineAsync.setStatusAsync(SetStatusRequest request,
AsyncHandler<SetStatusRequest,Void> asyncHandler) |
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.