Uses of Class
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.licensemanagerlinuxsubscriptions With License Manager, you can discover and track your commercial Linux subscriptions on running Amazon EC2 instances.software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LicenseManagerLinuxSubscriptionsAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.transform
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-