Uses of Class
software.amazon.awssdk.services.licensemanager.model.TagResourceRequest
-
Packages that use TagResourceRequest 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.software.amazon.awssdk.services.licensemanager.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LicenseManagerAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified license configuration.default TagResourceResponseLicenseManagerClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified license configuration. -
Uses of TagResourceRequest in software.amazon.awssdk.services.licensemanager.transform
Methods in software.amazon.awssdk.services.licensemanager.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-