Uses of Class
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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 ListTagsForResourceRequest in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>LicenseManagerLinuxSubscriptionsAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.transform
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-