Uses of Class
software.amazon.awssdk.services.datapipeline.model.AddTagsResponse
-
Packages that use AddTagsResponse Package Description software.amazon.awssdk.services.datapipeline AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. -
-
Uses of AddTagsResponse in software.amazon.awssdk.services.datapipeline
Methods in software.amazon.awssdk.services.datapipeline that return AddTagsResponse Modifier and Type Method Description default AddTagsResponseDataPipelineClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Adds or modifies tags for the specified pipeline.default AddTagsResponseDataPipelineClient. addTags(AddTagsRequest addTagsRequest)Adds or modifies tags for the specified pipeline.Methods in software.amazon.awssdk.services.datapipeline that return types with arguments of type AddTagsResponse Modifier and Type Method Description default CompletableFuture<AddTagsResponse>DataPipelineAsyncClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Adds or modifies tags for the specified pipeline.default CompletableFuture<AddTagsResponse>DataPipelineAsyncClient. addTags(AddTagsRequest addTagsRequest)Adds or modifies tags for the specified pipeline.
-