Uses of Class
com.amazonaws.services.datapipeline.model.AddTagsRequest
Packages that use AddTagsRequest
-
Uses of AddTagsRequest in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline with parameters of type AddTagsRequestModifier and TypeMethodDescriptionAbstractDataPipeline.addTags
(AddTagsRequest request) DataPipeline.addTags
(AddTagsRequest addTagsRequest) Adds or modifies tags for the specified pipeline.DataPipelineClient.addTags
(AddTagsRequest addTagsRequest) Adds or modifies tags for the specified pipeline.AbstractDataPipelineAsync.addTagsAsync
(AddTagsRequest request) AbstractDataPipelineAsync.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) DataPipelineAsync.addTagsAsync
(AddTagsRequest addTagsRequest) Adds or modifies tags for the specified pipeline.DataPipelineAsync.addTagsAsync
(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Adds or modifies tags for the specified pipeline.DataPipelineAsyncClient.addTagsAsync
(AddTagsRequest request) DataPipelineAsyncClient.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Method parameters in com.amazonaws.services.datapipeline with type arguments of type AddTagsRequestModifier and TypeMethodDescriptionAbstractDataPipelineAsync.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) DataPipelineAsync.addTagsAsync
(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Adds or modifies tags for the specified pipeline.DataPipelineAsyncClient.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) -
Uses of AddTagsRequest in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return AddTagsRequestModifier and TypeMethodDescriptionAddTagsRequest.clone()
AddTagsRequest.withPipelineId
(String pipelineId) The ID of the pipeline.The tags to add, as key/value pairs.AddTagsRequest.withTags
(Collection<Tag> tags) The tags to add, as key/value pairs.