Uses of Class
com.amazonaws.services.datapipeline.model.AddTagsRequest
-
Packages that use AddTagsRequest Package Description com.amazonaws.services.datapipeline com.amazonaws.services.datapipeline.model -
-
Uses of AddTagsRequest in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline with parameters of type AddTagsRequest Modifier and Type Method Description AddTagsResultAbstractDataPipeline. addTags(AddTagsRequest request)AddTagsResultDataPipeline. addTags(AddTagsRequest addTagsRequest)Adds or modifies tags for the specified pipeline.AddTagsResultDataPipelineClient. addTags(AddTagsRequest addTagsRequest)Adds or modifies tags for the specified pipeline.Future<AddTagsResult>AbstractDataPipelineAsync. addTagsAsync(AddTagsRequest request)Future<AddTagsResult>AbstractDataPipelineAsync. addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)Future<AddTagsResult>DataPipelineAsync. addTagsAsync(AddTagsRequest addTagsRequest)Adds or modifies tags for the specified pipeline.Future<AddTagsResult>DataPipelineAsync. addTagsAsync(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)Adds or modifies tags for the specified pipeline.Future<AddTagsResult>DataPipelineAsyncClient. addTagsAsync(AddTagsRequest request)Future<AddTagsResult>DataPipelineAsyncClient. addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)Method parameters in com.amazonaws.services.datapipeline with type arguments of type AddTagsRequest Modifier and Type Method Description Future<AddTagsResult>AbstractDataPipelineAsync. addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)Future<AddTagsResult>DataPipelineAsync. addTagsAsync(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)Adds or modifies tags for the specified pipeline.Future<AddTagsResult>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 AddTagsRequest Modifier and Type Method Description AddTagsRequestAddTagsRequest. clone()AddTagsRequestAddTagsRequest. withPipelineId(String pipelineId)The ID of the pipeline.AddTagsRequestAddTagsRequest. withTags(Tag... tags)The tags to add, as key/value pairs.AddTagsRequestAddTagsRequest. withTags(Collection<Tag> tags)The tags to add, as key/value pairs.
-