Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.licensemanagerusersubscriptions With License Manager, you can create user-based subscriptions to utilize licensed software with a per user subscription fee on Amazon EC2 instances. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.licensemanagerusersubscriptions
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseLicenseManagerUserSubscriptionsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns the list of tags for the specified resource.default ListTagsForResourceResponseLicenseManagerUserSubscriptionsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns the list of tags for the specified resource.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>LicenseManagerUserSubscriptionsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns the list of tags for the specified resource.default CompletableFuture<ListTagsForResourceResponse>LicenseManagerUserSubscriptionsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns the list of tags for the specified resource.
-