Uses of Class
software.amazon.awssdk.services.licensemanager.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.licensemanager.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LicenseManagerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified license configuration.default UntagResourceResponseLicenseManagerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified license configuration. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.licensemanager.transform
Methods in software.amazon.awssdk.services.licensemanager.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-