Uses of Class
software.amazon.awssdk.services.licensemanager.model.ExtendLicenseConsumptionResponse
-
Packages that use ExtendLicenseConsumptionResponse 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 ExtendLicenseConsumptionResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return ExtendLicenseConsumptionResponse Modifier and Type Method Description default ExtendLicenseConsumptionResponseLicenseManagerClient. extendLicenseConsumption(Consumer<ExtendLicenseConsumptionRequest.Builder> extendLicenseConsumptionRequest)Extends the expiration date for license consumption.default ExtendLicenseConsumptionResponseLicenseManagerClient. extendLicenseConsumption(ExtendLicenseConsumptionRequest extendLicenseConsumptionRequest)Extends the expiration date for license consumption.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type ExtendLicenseConsumptionResponse Modifier and Type Method Description default CompletableFuture<ExtendLicenseConsumptionResponse>LicenseManagerAsyncClient. extendLicenseConsumption(Consumer<ExtendLicenseConsumptionRequest.Builder> extendLicenseConsumptionRequest)Extends the expiration date for license consumption.default CompletableFuture<ExtendLicenseConsumptionResponse>LicenseManagerAsyncClient. extendLicenseConsumption(ExtendLicenseConsumptionRequest extendLicenseConsumptionRequest)Extends the expiration date for license consumption.
-