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 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.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 RemoveTagsRequestRemoveTagsRequest. clone()RemoveTagsRequestRemoveTagsRequest. withPipelineId(String pipelineId)The ID of the pipeline.RemoveTagsRequestRemoveTagsRequest. withTagKeys(String... tagKeys)The keys of the tags to remove.RemoveTagsRequestRemoveTagsRequest. withTagKeys(Collection<String> tagKeys)The keys of the tags to remove.
-