| 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 |
|---|---|
RemoveTagsResult |
DataPipelineClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.
|
RemoveTagsResult |
DataPipeline.removeTags(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.
|
Future<RemoveTagsResult> |
DataPipelineAsyncClient.removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.
|
Future<RemoveTagsResult> |
DataPipelineAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.
|
Future<RemoveTagsResult> |
DataPipelineAsyncClient.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes existing tags from the specified pipeline.
|
Future<RemoveTagsResult> |
DataPipelineAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes existing tags from the specified pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveTagsResult> |
DataPipelineAsyncClient.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes existing tags from the specified pipeline.
|
Future<RemoveTagsResult> |
DataPipelineAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes existing tags from the specified pipeline.
|
| 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 © 2015. All rights reserved.