Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.licensemanagerusersubscriptions
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseLicenseManagerUserSubscriptionsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to a resource.default TagResourceResponseLicenseManagerUserSubscriptionsClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to a resource.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LicenseManagerUserSubscriptionsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to a resource.default CompletableFuture<TagResourceResponse>LicenseManagerUserSubscriptionsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to a resource.
-