Package | Description |
---|---|
com.amazonaws.services.datapipeline | |
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Method and Description |
---|---|
AddTagsResult |
DataPipelineClient.addTags(AddTagsRequest addTagsRequest)
Adds or modifies tags for the specified pipeline.
|
AddTagsResult |
DataPipeline.addTags(AddTagsRequest addTagsRequest)
Adds or modifies tags for the specified pipeline.
|
AddTagsResult |
AbstractDataPipeline.addTags(AddTagsRequest request) |
java.util.concurrent.Future<AddTagsResult> |
DataPipelineAsyncClient.addTagsAsync(AddTagsRequest request) |
java.util.concurrent.Future<AddTagsResult> |
DataPipelineAsync.addTagsAsync(AddTagsRequest addTagsRequest)
Adds or modifies tags for the specified pipeline.
|
java.util.concurrent.Future<AddTagsResult> |
AbstractDataPipelineAsync.addTagsAsync(AddTagsRequest request) |
java.util.concurrent.Future<AddTagsResult> |
DataPipelineAsyncClient.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
java.util.concurrent.Future<AddTagsResult> |
DataPipelineAsync.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds or modifies tags for the specified pipeline.
|
java.util.concurrent.Future<AddTagsResult> |
AbstractDataPipelineAsync.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<AddTagsResult> |
DataPipelineAsyncClient.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
java.util.concurrent.Future<AddTagsResult> |
DataPipelineAsync.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds or modifies tags for the specified pipeline.
|
java.util.concurrent.Future<AddTagsResult> |
AbstractDataPipelineAsync.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AddTagsRequest |
AddTagsRequest.clone() |
AddTagsRequest |
AddTagsRequest.withPipelineId(java.lang.String pipelineId)
The ID of the pipeline.
|
AddTagsRequest |
AddTagsRequest.withTags(java.util.Collection<Tag> tags)
The tags to add, as key/value pairs.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
The tags to add, as key/value pairs.
|
Modifier and Type | Method and Description |
---|---|
Request<AddTagsRequest> |
AddTagsRequestMarshaller.marshall(AddTagsRequest addTagsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<AddTagsRequest> |
AddTagsRequestMarshaller.marshall(AddTagsRequest addTagsRequest) |