Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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.software.amazon.awssdk.services.licensemanagerusersubscriptions.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.licensemanagerusersubscriptions
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>LicenseManagerUserSubscriptionsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns the list of tags for the specified resource.default ListTagsForResourceResponseLicenseManagerUserSubscriptionsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns the list of tags for the specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.licensemanagerusersubscriptions.transform
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-