Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.bcmpricingcalculator You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseBcmPricingCalculatorClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a specified resource.default TagResourceResponseBcmPricingCalculatorClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a specified resource.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>BcmPricingCalculatorAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a specified resource.default CompletableFuture<TagResourceResponse>BcmPricingCalculatorAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a specified resource.
-