Uses of Class
software.amazon.awssdk.services.datapipeline.model.RemoveTagsRequest
-
Packages that use RemoveTagsRequest 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 RemoveTagsRequest in software.amazon.awssdk.services.datapipeline
Methods in software.amazon.awssdk.services.datapipeline with parameters of type RemoveTagsRequest Modifier and Type Method Description default CompletableFuture<RemoveTagsResponse>DataPipelineAsyncClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes existing tags from the specified pipeline.default RemoveTagsResponseDataPipelineClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes existing tags from the specified pipeline. -
Uses of RemoveTagsRequest in software.amazon.awssdk.services.datapipeline.transform
Methods in software.amazon.awssdk.services.datapipeline.transform with parameters of type RemoveTagsRequest Modifier and Type Method Description SdkHttpFullRequestRemoveTagsRequestMarshaller. marshall(RemoveTagsRequest removeTagsRequest)
-