Uses of Class
software.amazon.awssdk.services.servicequotas.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.servicequotas With Service Quotas, you can view and manage your quotas easily as your Amazon Web Services workloads grow. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.servicequotas
Methods in software.amazon.awssdk.services.servicequotas that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseServiceQuotasClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified applied quota.default UntagResourceResponseServiceQuotasClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified applied quota.Methods in software.amazon.awssdk.services.servicequotas that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ServiceQuotasAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified applied quota.default CompletableFuture<UntagResourceResponse>ServiceQuotasAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified applied quota.
-