Uses of Class
software.amazon.awssdk.services.licensemanager.model.UpdateLicenseConfigurationResponse
-
Packages that use UpdateLicenseConfigurationResponse 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 UpdateLicenseConfigurationResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return UpdateLicenseConfigurationResponse Modifier and Type Method Description default UpdateLicenseConfigurationResponseLicenseManagerClient. updateLicenseConfiguration(Consumer<UpdateLicenseConfigurationRequest.Builder> updateLicenseConfigurationRequest)Modifies the attributes of an existing license configuration.default UpdateLicenseConfigurationResponseLicenseManagerClient. updateLicenseConfiguration(UpdateLicenseConfigurationRequest updateLicenseConfigurationRequest)Modifies the attributes of an existing license configuration.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type UpdateLicenseConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateLicenseConfigurationResponse>LicenseManagerAsyncClient. updateLicenseConfiguration(Consumer<UpdateLicenseConfigurationRequest.Builder> updateLicenseConfigurationRequest)Modifies the attributes of an existing license configuration.default CompletableFuture<UpdateLicenseConfigurationResponse>LicenseManagerAsyncClient. updateLicenseConfiguration(UpdateLicenseConfigurationRequest updateLicenseConfigurationRequest)Modifies the attributes of an existing license configuration.
-