Package | Description |
---|---|
com.amazonaws.services.datapipeline | |
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Method and Description |
---|---|
RemoveTagsResult |
DataPipelineClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.
|
RemoveTagsResult |
DataPipeline.removeTags(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.
|
RemoveTagsResult |
AbstractDataPipeline.removeTags(RemoveTagsRequest request) |
java.util.concurrent.Future<RemoveTagsResult> |
DataPipelineAsyncClient.removeTagsAsync(RemoveTagsRequest request) |
java.util.concurrent.Future<RemoveTagsResult> |
DataPipelineAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.
|
java.util.concurrent.Future<RemoveTagsResult> |
AbstractDataPipelineAsync.removeTagsAsync(RemoveTagsRequest request) |
java.util.concurrent.Future<RemoveTagsResult> |
DataPipelineAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
java.util.concurrent.Future<RemoveTagsResult> |
DataPipelineAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes existing tags from the specified pipeline.
|
java.util.concurrent.Future<RemoveTagsResult> |
AbstractDataPipelineAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<RemoveTagsResult> |
DataPipelineAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
java.util.concurrent.Future<RemoveTagsResult> |
DataPipelineAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes existing tags from the specified pipeline.
|
java.util.concurrent.Future<RemoveTagsResult> |
AbstractDataPipelineAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RemoveTagsRequest |
RemoveTagsRequest.clone() |
RemoveTagsRequest |
RemoveTagsRequest.withPipelineId(java.lang.String pipelineId)
The ID of the pipeline.
|
RemoveTagsRequest |
RemoveTagsRequest.withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags to remove.
|
RemoveTagsRequest |
RemoveTagsRequest.withTagKeys(java.lang.String... tagKeys)
The keys of the tags to remove.
|
Modifier and Type | Method and Description |
---|---|
Request<RemoveTagsRequest> |
RemoveTagsRequestMarshaller.marshall(RemoveTagsRequest removeTagsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<RemoveTagsRequest> |
RemoveTagsRequestMarshaller.marshall(RemoveTagsRequest removeTagsRequest) |