Uses of Class
software.amazon.awssdk.services.supplychain.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.supplychain AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSupplyChainClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain.default TagResourceResponseSupplyChainClient. tagResource(TagResourceRequest tagResourceRequest)You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain.Methods in software.amazon.awssdk.services.supplychain that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SupplyChainAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain.default CompletableFuture<TagResourceResponse>SupplyChainAsyncClient. tagResource(TagResourceRequest tagResourceRequest)You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain.
-