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