Uses of Class
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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 ListTagsForResourceResponse in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseLicenseManagerLinuxSubscriptionsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List the metadata tags that are assigned to the specified Amazon Web Services resource.default ListTagsForResourceResponseLicenseManagerLinuxSubscriptionsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the metadata tags that are assigned to the specified Amazon Web Services resource.Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>LicenseManagerLinuxSubscriptionsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List the metadata tags that are assigned to the specified Amazon Web Services resource.default CompletableFuture<ListTagsForResourceResponse>LicenseManagerLinuxSubscriptionsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the metadata tags that are assigned to the specified Amazon Web Services resource.
-