Uses of Class
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.licensemanagerlinuxsubscriptions With License Manager, you can discover and track your commercial Linux subscriptions on running Amazon EC2 instances. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseLicenseManagerLinuxSubscriptionsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove one or more metadata tag from the specified Amazon Web Services resource.default UntagResourceResponseLicenseManagerLinuxSubscriptionsClient. untagResource(UntagResourceRequest untagResourceRequest)Remove one or more metadata tag from the specified Amazon Web Services resource.Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LicenseManagerLinuxSubscriptionsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove one or more metadata tag from the specified Amazon Web Services resource.default CompletableFuture<UntagResourceResponse>LicenseManagerLinuxSubscriptionsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Remove one or more metadata tag from the specified Amazon Web Services resource.
-