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