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