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