Uses of Class
software.amazon.awssdk.services.licensemanager.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.licensemanager License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts and on-premises servers. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseLicenseManagerClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified license configuration.default TagResourceResponseLicenseManagerClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified license configuration.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LicenseManagerAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified license configuration.default CompletableFuture<TagResourceResponse>LicenseManagerAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified license configuration.
-