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