Uses of Class
software.amazon.awssdk.services.licensemanager.model.CheckoutLicenseResponse
-
Packages that use CheckoutLicenseResponse 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 CheckoutLicenseResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return CheckoutLicenseResponse Modifier and Type Method Description default CheckoutLicenseResponseLicenseManagerClient. checkoutLicense(Consumer<CheckoutLicenseRequest.Builder> checkoutLicenseRequest)Checks out the specified license.default CheckoutLicenseResponseLicenseManagerClient. checkoutLicense(CheckoutLicenseRequest checkoutLicenseRequest)Checks out the specified license.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type CheckoutLicenseResponse Modifier and Type Method Description default CompletableFuture<CheckoutLicenseResponse>LicenseManagerAsyncClient. checkoutLicense(Consumer<CheckoutLicenseRequest.Builder> checkoutLicenseRequest)Checks out the specified license.default CompletableFuture<CheckoutLicenseResponse>LicenseManagerAsyncClient. checkoutLicense(CheckoutLicenseRequest checkoutLicenseRequest)Checks out the specified license.
-