Uses of Class
software.amazon.awssdk.services.licensemanager.model.UnsupportedDigitalSignatureMethodException
-
Packages that use UnsupportedDigitalSignatureMethodException 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 UnsupportedDigitalSignatureMethodException in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that throw UnsupportedDigitalSignatureMethodException 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.default CheckoutLicenseResponseLicenseManagerClient. checkoutLicense(Consumer<CheckoutLicenseRequest.Builder> checkoutLicenseRequest)Checks out the specified license.default CheckoutLicenseResponseLicenseManagerClient. checkoutLicense(CheckoutLicenseRequest checkoutLicenseRequest)Checks out the specified license.
-