Uses of Class
com.amazonaws.services.datapipeline.model.RemoveTagsResult
-
Packages that use RemoveTagsResult Package Description com.amazonaws.services.datapipeline com.amazonaws.services.datapipeline.model -
-
Uses of RemoveTagsResult in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline that return RemoveTagsResult Modifier and Type Method Description RemoveTagsResultAbstractDataPipeline. removeTags(RemoveTagsRequest request)RemoveTagsResultDataPipeline. removeTags(RemoveTagsRequest removeTagsRequest)Removes existing tags from the specified pipeline.RemoveTagsResultDataPipelineClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes existing tags from the specified pipeline.Method parameters in com.amazonaws.services.datapipeline with type arguments of type RemoveTagsResult 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 RemoveTagsResult in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return RemoveTagsResult Modifier and Type Method Description RemoveTagsResultRemoveTagsResult. clone()
-