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