Uses of Class
software.amazon.awssdk.services.licensemanager.model.EntitlementNotAllowedException
-
Packages that use EntitlementNotAllowedException 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 EntitlementNotAllowedException in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that throw EntitlementNotAllowedException Modifier and Type Method Description default CheckoutBorrowLicenseResponseLicenseManagerClient. checkoutBorrowLicense(Consumer<CheckoutBorrowLicenseRequest.Builder> checkoutBorrowLicenseRequest)Checks out the specified license for offline use.default CheckoutBorrowLicenseResponseLicenseManagerClient. checkoutBorrowLicense(CheckoutBorrowLicenseRequest checkoutBorrowLicenseRequest)Checks out the specified license for offline use.
-