Uses of Class
software.amazon.awssdk.services.licensemanager.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.licensemanager License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts and on-premises servers. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseLicenseManagerClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified license configuration.default UntagResourceResponseLicenseManagerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified license configuration.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LicenseManagerAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified license configuration.default CompletableFuture<UntagResourceResponse>LicenseManagerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified license configuration.
-