Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseBcmPricingCalculatorClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a specified resource.default UntagResourceResponseBcmPricingCalculatorClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a specified resource.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>BcmPricingCalculatorAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a specified resource.default CompletableFuture<UntagResourceResponse>BcmPricingCalculatorAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a specified resource.
-