Uses of Class
software.amazon.awssdk.services.savingsplans.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.savingsplans Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances).software.amazon.awssdk.services.savingsplans.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.savingsplans
Methods in software.amazon.awssdk.services.savingsplans with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SavingsplansAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.default UntagResourceResponseSavingsplansClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.savingsplans.transform
Methods in software.amazon.awssdk.services.savingsplans.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-