Uses of Class
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseLicenseManagerLinuxSubscriptionsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Add metadata tags to the specified Amazon Web Services resource.default TagResourceResponseLicenseManagerLinuxSubscriptionsClient. tagResource(TagResourceRequest tagResourceRequest)Add metadata tags to the specified Amazon Web Services resource.Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LicenseManagerLinuxSubscriptionsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Add metadata tags to the specified Amazon Web Services resource.default CompletableFuture<TagResourceResponse>LicenseManagerLinuxSubscriptionsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Add metadata tags to the specified Amazon Web Services resource.
-