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