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