Uses of Class
software.amazon.awssdk.services.licensemanager.model.UpdateLicenseSpecificationsForResourceResponse
-
Packages that use UpdateLicenseSpecificationsForResourceResponse 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 UpdateLicenseSpecificationsForResourceResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return UpdateLicenseSpecificationsForResourceResponse Modifier and Type Method Description default UpdateLicenseSpecificationsForResourceResponseLicenseManagerClient. updateLicenseSpecificationsForResource(Consumer<UpdateLicenseSpecificationsForResourceRequest.Builder> updateLicenseSpecificationsForResourceRequest)Adds or removes the specified license configurations for the specified Amazon Web Services resource.default UpdateLicenseSpecificationsForResourceResponseLicenseManagerClient. updateLicenseSpecificationsForResource(UpdateLicenseSpecificationsForResourceRequest updateLicenseSpecificationsForResourceRequest)Adds or removes the specified license configurations for the specified Amazon Web Services resource.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type UpdateLicenseSpecificationsForResourceResponse Modifier and Type Method Description default CompletableFuture<UpdateLicenseSpecificationsForResourceResponse>LicenseManagerAsyncClient. updateLicenseSpecificationsForResource(Consumer<UpdateLicenseSpecificationsForResourceRequest.Builder> updateLicenseSpecificationsForResourceRequest)Adds or removes the specified license configurations for the specified Amazon Web Services resource.default CompletableFuture<UpdateLicenseSpecificationsForResourceResponse>LicenseManagerAsyncClient. updateLicenseSpecificationsForResource(UpdateLicenseSpecificationsForResourceRequest updateLicenseSpecificationsForResourceRequest)Adds or removes the specified license configurations for the specified Amazon Web Services resource.
-