Package | Description |
---|---|
com.amazonaws.services.datapipeline | |
com.amazonaws.services.datapipeline.model |
Modifier and Type | Method and Description |
---|---|
RemoveTagsResult |
DataPipelineClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.
|
RemoveTagsResult |
AbstractDataPipeline.removeTags(RemoveTagsRequest request) |
RemoveTagsResult |
DataPipeline.removeTags(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.
|
Future<RemoveTagsResult> |
AbstractDataPipelineAsync.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
DataPipelineAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.
|
Future<RemoveTagsResult> |
DataPipelineAsyncClient.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AbstractDataPipelineAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
DataPipelineAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes existing tags from the specified pipeline.
|
Future<RemoveTagsResult> |
DataPipelineAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<RemoveTagsResult> |
AbstractDataPipelineAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
DataPipelineAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes existing tags from the specified pipeline.
|
Future<RemoveTagsResult> |
DataPipelineAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RemoveTagsRequest |
RemoveTagsRequest.clone() |
RemoveTagsRequest |
RemoveTagsRequest.withPipelineId(String pipelineId)
The ID of the pipeline.
|
RemoveTagsRequest |
RemoveTagsRequest.withTagKeys(Collection<String> tagKeys)
The keys of the tags to remove.
|
RemoveTagsRequest |
RemoveTagsRequest.withTagKeys(String... tagKeys)
The keys of the tags to remove.
|
Copyright © 2018. All rights reserved.