Uses of Class
com.amazonaws.services.datapipeline.model.RemoveTagsRequest
-
Packages that use RemoveTagsRequest Package Description com.amazonaws.services.datapipeline com.amazonaws.services.datapipeline.model -
-
Uses of RemoveTagsRequest in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline with parameters of type RemoveTagsRequest Modifier and Type Method Description RemoveTagsResult
AbstractDataPipeline. removeTags(RemoveTagsRequest request)
RemoveTagsResult
DataPipeline. removeTags(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.RemoveTagsResult
DataPipelineClient. removeTags(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.Future<RemoveTagsResult>
AbstractDataPipelineAsync. removeTagsAsync(RemoveTagsRequest request)
Future<RemoveTagsResult>
AbstractDataPipelineAsync. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Future<RemoveTagsResult>
DataPipelineAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes existing tags from the specified pipeline.Future<RemoveTagsResult>
DataPipelineAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes existing tags from the specified pipeline.Future<RemoveTagsResult>
DataPipelineAsyncClient. removeTagsAsync(RemoveTagsRequest request)
Future<RemoveTagsResult>
DataPipelineAsyncClient. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.datapipeline with type arguments of type RemoveTagsRequest Modifier and Type Method 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)
-
Uses of RemoveTagsRequest in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return RemoveTagsRequest Modifier and Type Method Description RemoveTagsRequest
RemoveTagsRequest. clone()
RemoveTagsRequest
RemoveTagsRequest. withPipelineId(String pipelineId)
The ID of the pipeline.RemoveTagsRequest
RemoveTagsRequest. withTagKeys(String... tagKeys)
The keys of the tags to remove.RemoveTagsRequest
RemoveTagsRequest. withTagKeys(Collection<String> tagKeys)
The keys of the tags to remove.
-