Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.licensemanagerusersubscriptions With License Manager, you can create user-based subscriptions to utilize licensed software with a per user subscription fee on Amazon EC2 instances. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.licensemanagerusersubscriptions
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseLicenseManagerUserSubscriptionsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default UntagResourceResponseLicenseManagerUserSubscriptionsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LicenseManagerUserSubscriptionsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default CompletableFuture<UntagResourceResponse>LicenseManagerUserSubscriptionsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.
-